Module error

Module error 

Source
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§

CacheError
The main error type for cache operations.

Type Aliases§

CacheResult
A specialized Result type for cache operations.