Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLRUCache ¶
func NewLRUCache[K comparable, V any](capacity int) *algorithm.LRUCache[K, V]
NewLRUCache lru算法实现缓存。
https://www.golancet.cn/api/packages/algorithm.html#LRUCache
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.