Expand description
Backend interface for cache implementors.
This module defines the trait that custom cache backends must implement,
along with the key and entry types they operate on. Most callers should
use LanceCache instead of interacting with
backends directly.
Structs§
- Internal
Cache Key - Structured cache key passed to
CacheBackendmethods.
Traits§
- Cache
Backend - Low-level pluggable cache backend.
Type Aliases§
- Cache
Entry - A type-erased cache entry.