Expand description
Cache trait abstraction for pluggable backends
Provides trait-based interface following London School TDD principles:
- Clear contract definition through trait methods
- Mockable interface for testing
- Support for multiple backend implementations
Structs§
- Cache
Stats - Statistics about cache state
Traits§
- Cache
- Cache trait defining the contract for cache backends
Type Aliases§
- Boxed
Cache - Type alias for boxed cache trait object