ECChangeUnifierCache Namespace @beta
Function
| Name | Description |
|---|---|
| ECChangeUnifierCache.createInMemoryCache | Creates and returns a new in-memory cache for EC change unification. |
| ECChangeUnifierCache.createSqliteBackedCache | Creates an ECChangeUnifierCache that is backed by a database. |
Defined in
ECChangeUnifierCache Interface
Represents a cache for unifying EC changes.
Extends
- Disposable
Methods
| Name | Description | |
|---|---|---|
| all(): IterableIterator<ChangedECInstance, any, any> | Returns an iterator for all the values in the cache. | |
| count(): number | Returns the number of entries in the cache. | |
| get(key: string): undefined | ChangedECInstance | Retrieves the value associated with the specified key from the cache. | |
| set(key: string, value: ChangedECInstance): void | Sets the value associated with the specified key in the cache. |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.