package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: May 15, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cache is a LRU cache. It is not safe for concurrent access.
New is the Constructor of Cache
Add adds a value to the cache.
Get look ups a key's value
Len the number of cache entries
func (c *Cache) RemoveOldest()
RemoveOldest removes the oldest item
type Value interface {
Len() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.