//
pkg.gl
Category
github.com/zr-hebo/utils
cache
package
1.7.23
Repository:
https://github.com/zr-hebo/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
330 SLOC
#
Functions
NewBlockBuffer
No description provided by the author
NewLRUCache
NewLRUCache create LRUCache instance.
NewTTLCache
NewLRUCache create TTLCache instance.
#
Structs
BlockBuffer
No description provided by the author
LRUCache
LRUCache lru cache.
LRURecord
LRURecord record.
TTLCache
TTLCache lru cache.
TTLRecord
TTLRecord TTLRecord.