//
pkg.gl
Category
github.com/phvhoang/go-random-stuff
lru-cache
package
0.0.0-20220524022331-45d4c0a9e93b
Repository:
https://github.com/phvhoang/go-random-stuff.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
106 SLOC
#
Functions
NewLruCache
initialize and return new lru cache of specified capacity.
#
Structs
LLNode
doubly-linked list node.
LruCache
Lru cache which uses a hashmap and doubly-linked list to acheive O(1) time for get/put/evict operations.