Module cache

Source
Expand description

Cache management for Iceberg.

Traits§

ObjectCache
A trait for caching in-memory objects of given type.
ObjectCacheProvide
A trait for caching different in-memory objects used by iceberg.

Type Aliases§

ObjectCacheProvider
CacheProvider is a type alias for a thread-safe reference-counted pointer to a CacheProvide trait object.