Skip to main content

Module backend

Module backend 

Source
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§

InternalCacheKey
Structured cache key passed to CacheBackend methods.

Traits§

CacheBackend
Low-level pluggable cache backend.

Type Aliases§

CacheEntry
A type-erased cache entry.