# Packages
No description provided by the author
# Functions
New init LocalCache instance.
# Structs
LocalCache of LRU algorithm with complexity O(1) realized by map + linked list.
# Interfaces
ILocalCache LocalCache interface.
# Type aliases
LoadFunc LocalCache node load func.