Data-structure used for the base implementation of an asynchronous cache.
Thomas Minier
The cache entry's content
Whether the cache entry is availbale for read or not
All reads that wait for this cache entry to be committed
The ID of the writer that is allowed to edit the cache entry
Generated using TypeDoc
Data-structure used for the base implementation of an asynchronous cache.
Thomas Minier