Expand description
Error types for the in-memory cache library.
This module defines a comprehensive error type that covers all failure modes of the cache operations, avoiding panics in favor of explicit error handling.
Enums§
- Cache
Error - The main error type for cache operations.
Type Aliases§
- Cache
Result - A specialized Result type for cache operations.