package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Sep 12, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 4
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.