package
module
Version:
v0.0.0-...-d8316af
Opens a new window with list of versions in this module.
Published: Nov 14, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
lru
You should know what it is. That's all.
Documentation
¶
Cache is an LRU cache. It is safe for concurrent access.
New creates a new Cache.
If maxEntries is zero, the cache has no limit.
Del removes the provided key from the cache.
Get looks up a key's value from the cache.
Len returns the number of items in the cache.
Set adds a value to the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.