package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Jul 29, 2022
License: MIT
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.
Documentation
¶
type Cache struct {
MaxEntries int
}
Cache struct manage mem
New return lru4 cache obj
func (c *Cache) Add(key Key, val interface{})
Add set k,v
func (c *Cache) FlushAll()
FlushAll remove all keys
func (c *Cache) RemoveOldest()
RemoveOldest clear back ele
Source Files
¶
Click to show internal directories.
Click to hide internal directories.