Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheLRU ¶
type CacheLRU[K comparable, V any] struct { Queue *list.List Cache map[K]*item[V] // contains filtered or unexported fields }
func NewCacheLRU ¶
func NewCacheLRU[K comparable, V any](params *ParamsNewCacheLRU) *CacheLRU[K, V]
type ParamsNewCacheLRU ¶
Click to show internal directories.
Click to hide internal directories.