Skip to main content

Module unified_cache

Module unified_cache 

Source
Expand description

Unified cache interface and implementations

This module provides a common trait for all cache types in rez-core, enabling unified management and intelligent caching strategies.

Structs§

CacheEntry
Wrapper for cache entries with metadata
CacheEntryMetadata
Cache entry metadata for unified management

Enums§

CacheLevel
Cache level enumeration for multi-level caching

Traits§

UnifiedCache
Unified cache interface for all rez-core cache types