AccuralAI Cache Layered
Layered cache combining fast memory and durable disk storage.
- class accuralai_cache.layered.LayeredCacheOptions(*args: Any, **kwargs: Any)[source]
Bases:
CacheConfigConfiguration payload for the layered cache.
- class accuralai_cache.layered.LayeredCache(*, memory_cache, disk_cache, options: LayeredCacheOptions | None = None)[source]
Bases:
BaseCacheCompose two cache implementations into an L1/L2 hierarchy.
- __init__(*, memory_cache, disk_cache, options: LayeredCacheOptions | None = None) None[source]