package
0.0.0-20220524022331-45d4c0a9e93b
Repository: https://github.com/phvhoang/go-random-stuff.git
Documentation: pkg.go.dev

# Functions

initialize and return new lru cache of specified capacity.

# Structs

doubly-linked list node.
Lru cache which uses a hashmap and doubly-linked list to acheive O(1) time for get/put/evict operations.