Expand description
Cache management for Iceberg.
Traits§
- Object
Cache - A trait for caching in-memory objects of given type.
- Object
Cache Provide - A trait for caching different in-memory objects used by iceberg.
Type Aliases§
- Object
Cache Provider - CacheProvider is a type alias for a thread-safe reference-counted pointer to a CacheProvide trait object.