Defines a generic caching interface with TTL support.
Provides standard cache operations for performance optimization and reducing redundant computations or network requests.
Type of cache keys
Type of cached values
Get value from cache
Set value in cache
Optional
Delete value from cache
Clear all cache
Check if key exists
Defines a generic caching interface with TTL support.
Remarks
Provides standard cache operations for performance optimization and reducing redundant computations or network requests.