iceberg

Module cache

Source
Expand description

Cache management for Iceberg.

Traits§

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

Type Aliases§

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