Module caching_object_handle

Source

Structs§

CachedChunk
A reference to a chunk of data which is currently in the cache. The data will be held in the cache as long as a reference to this chunk exists.
CachingObjectHandle
A wrapper handle around a ReadObjectHandle which provides a memory cache for its contents. Contents are fetched as needed and can be evicted (for example due to memory pressure).

Constants§

CHUNK_SIZE