package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
TTLMap is a simple map that expires entries after a certain time interval.
Documentation
¶
TTLMap type
func (m *TTLMap) Get(key interface{}) (interface{}, bool)
Get comment
func (m *TTLMap) Set(key interface{}, value interface{})
Set sets a key value pair in my TTLMap
Source Files
¶
Click to show internal directories.
Click to hide internal directories.