package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Oct 10, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (c *Cache) Copy() map[interface{}]interface{}
func (c *Cache) Get(key interface{}) (interface{}, error)
func (c *Cache) Set(key interface{}, value interface{}) (error, interface{})
if key exists in the cache, the new value is NOT set; instead an
error and the old value are returned
Source Files
¶
Click to show internal directories.
Click to hide internal directories.