//
pkg.gl
Category
aahframe.work
cache
package
0.12.5
Repository:
https://github.com/go-aah/aah.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
147 SLOC
#
Functions
NewManager
NewManager method returns new cache Manager.
#
Constants
EvictionModeNoTTL
Eviction modes.
EvictionModeSlide
Eviction modes.
EvictionModeTTL
Eviction modes.
#
Variables
ErrEntryExists
Cache errors.
#
Structs
Config
Config struct represents the cache and cache provider configurations.
Manager
Manager struct represents the aah cache manager.
#
Interfaces
Cache
Cache interface represents operation methods for cache store.
Provider
Provider interface represents cache provider implementation.
#
Type aliases
EvictionMode
EvictionMode for cache entries.