Skip to main content

Module query_cache

Module query_cache 

Source
Expand description

Advanced Query Result Caching with Smart Invalidation

Provides sophisticated caching for query results with:

  • Dependency tracking for smart invalidation
  • Configurable TTL per query type
  • LRU eviction with size limits
  • Cache hit/miss statistics
  • Background refresh for hot queries
  • Thread-safe concurrent access

Structs§

AdvancedCacheStats
AdvancedQueryCache
Advanced query cache with smart invalidation
AdvancedQueryCacheConfig
CachedResult
QueryKey

Enums§

InvalidationMessage
QueryType
TableDependency