package
Version:
v0.0.0-...-f6732a9
Opens a new window with list of versions in this module.
Published: Feb 20, 2024
License: GPL-3.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.