package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: May 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cache is an in-memory key-value cache
func New(size int, dbstore transientDB) *Cache
New return a new in-memory key-value cache
Get returns the transient value for the given key
Put adds the transient value for the given key.
PutWithExpire adds the transient value for the given key.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.