Cache manager with TTL and size limits. Provides automatic cleanup and memory management.
Manually trigger cleanup
Clear all entries
Delete a key from the cache
Destroy the cache, cancel all entry timers, and stop the cleanup timer.
Get a value from the cache
Get cache statistics
Check if a key exists and is not expired
Set a value in the cache
Optional
Cache manager with TTL and size limits. Provides automatic cleanup and memory management.