Expand description
Multi-tier cache storage, policy, and errors.
Structs§
- Access
Stats - Access statistics used by
TierPolicyimplementations. - Cache
Entry - Metadata for a cached entry.
- Cache
Tier - A single cache tier with a fixed capacity.
- LruPolicy
- LRU eviction policy with frequency-based promotion.
- Tiered
Cache - Generic tiered cache for GPU buffers.
Enums§
- Cache
Error - Errors that can occur during cache operations.
Traits§
- Tier
Policy - Policy that decides promotion and eviction behavior.