Skip to main content

Module cache

Module cache 

Source
Expand description

Caching layer for frequently accessed Things 3 data

Modules§

keys
Cache key generators

Structs§

CacheConfig
Enhanced cache configuration with intelligent invalidation
CacheDependency
Cache dependency tracking for intelligent invalidation
CacheStats
Cache statistics
CachedData
Enhanced cached data wrapper with dependency tracking
DefaultPreloader
Default CachePreloader with a small set of hardcoded heuristics over the existing top-level cache keys.
ThingsCache
Main cache manager for Things 3 data with intelligent invalidation

Enums§

InvalidationStrategy
Cache invalidation strategy

Traits§

CachePreloader
Hook for predictive cache preloading.