Module cache

Module cache 

Source
Expand description

Advanced caching for vector embeddings

This module provides high-performance caching strategies for vector embeddings including hot embedding cache, adaptive caching, and cache-aligned storage.

Structs§

AdaptiveCacheStrategy
Adaptive caching strategy
AlignedVector
Cache-aligned vector storage
CacheInvalidator
Cache invalidation tracker
HotCacheStats
Statistics for hot embedding cache
HotEmbeddingCache
Hot embedding cache with LRU eviction and adaptive sizing

Enums§

InvalidationPolicy
Cache invalidation policy