ECChangeUnifierCache.createInMemoryCache Function
Creates and returns a new in-memory cache for EC change unification.
createInMemoryCache(): ECChangeUnifierCache
@note This cache is fast but recommended for small to medium size changesets. As it store changes in memory using a hash map, it may run out of memory for larger changesets.
@returns An instance of cache that store changes in memory using a hash map.
Returns - ECChangeUnifierCache
An instance of cache that store changes in memory using a hash map.
Defined in
Last Updated: 14 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.