package
Version:
v1.12.2
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Cache is a simple implementation for the Least Recently Used (LRU) cache.
NewCache returns a new Cache with specified max size.
Clear removes all cache content.
Get fetch value from the cache.
Put stores a given key in the cache.
Remove removes an item from the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.