//
pkg.gl
Category
github.com/rshelekhov/reframed
internal
lib
cache
package
0.0.0-20240929125153-fd84f6ac1f89
Repository:
https://github.com/rshelekhov/reframed.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
61 SLOC
#
Functions
New
New creates and initializes a new Cache instance.
#
Constants
DefaultExpiration
No description provided by the author
#
Structs
Cache
Cache represents an in-memory key-value store with expiry support.
Item
Item represents an item stored in the cache with its associated TTL.