//
pkg.gl
Category
github.com/CodingCaius/geecache
lru
package
0.0.0-20240116075921-8a888b1ed558
Repository:
https://github.com/codingcaius/geecache.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
118 SLOC
#
Functions
New
New is the Constructor of Cache New creates a new Cache.
#
Structs
Cache
Cache is a LRU cache.
#
Type aliases
Key
A Key may be any value that is comparable.
NowFunc
No description provided by the author