Module cache

Module cache 

Source
Expand description

Caching support for query results and remote facts

Provides:

  • LRU cache for query results
  • TTL-based cache for remote facts
  • Thread-safe caching primitives
  • Cache statistics

Structs§

CacheManager
Combined cache manager
CacheStats
Cache statistics
CacheStatsSnapshot
Snapshot of cache statistics
CachedResult
Cached query result
CombinedCacheStats
Combined cache statistics
FactKey
Cache key for remote facts
QueryCache
LRU cache for query results
QueryKey
Query key for cache lookups
RemoteFact
Remote fact with metadata
RemoteFactCache
Cache for remote facts

Enums§

GroundArg
Ground argument for query key