package
0.0.17
Repository: https://github.com/xmopen/golib.git
Documentation: pkg.go.dev

# 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.