Skip to main content

Module cache

Module cache 

Source
Expand description

Investigation report cache backends and cache key helpers.

Structs§

MemoryInvestigationCache
In-memory capacity-bounded LRU cache with TTL for investigation reports.
RedisInvestigationCache
Redis-backed investigation cache.

Traits§

InvestigationReportCache
Cache abstraction for normalized investigation reports.

Functions§

investigation_cache_key
Generate a stable cache key from HAR content and target class.