Documentation
¶
Index ¶
- Variables
- type Store
- func BigCache(expirationTime time.Duration, cleanupInterval time.Duration, shards int, ...) (Store, error)
- func LRUCache(size uint, onEvicted func(key interface{}, value interface{})) (Store, error)
- func SampleCache() Store
- func TTLCache(expirationTime, cleanupInterval time.Duration, shards int, ...) Store
Constants ¶
This section is empty.
Variables ¶
View Source
var Provider = wire.NewSet()
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.