package
0.0.0-20240820091150-63300860b0ac
Repository: https://github.com/nextlag/keeper.git
Documentation: pkg.go.dev
# Functions
New creates a new Cache instance with the specified default expiration time and cleanup interval.
# Structs
Cache implements the Cacher interface and provides a caching mechanism with a default expiration time.
# Interfaces
Cacher defines the interface for a cache with Get and Set methods.