Expand description
Caching wrapper for PermissionEvaluator with separate positive/negative TTLs.
Mirrors CachingTokenIntrospector:
RwLock<HashMap> for reads, Mutex<()> to prevent thundering-herd stampedes,
and lazy eviction when the cache exceeds capacity.
Structsยง
- Caching
Permission Evaluator - Generic caching wrapper around any
PermissionEvaluator. - Permission
Cache Options - Configuration for
CachingPermissionEvaluator.