Structs§
- Cached
Chunk - 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.
- Caching
Object Handle - 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).