ChangeCache Interface @beta

Cache used by PartialChangeUnifier to accumulate and merge partial EC change instances.

Extends

  • Disposable

Methods

Name Description
all(): IterableIterator<ChangeInstance, any, any> Iterate over all cached instances.  
count(): number Number of instances currently in the cache.  
get(key: string): undefined | ChangeInstance Retrieve a cached instance by key, or undefined if absent.  
set(key: string, value: ChangeInstance): void Insert or replace a cached instance.  

Defined in

Last Updated: 05 May, 2026