Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache[K comparable, E any] struct { // contains filtered or unexported fields }
Cache is a simple cache. Zero value is not usable, use New.
func New ¶
func New[K comparable, E any](getter func(key K) E) *Cache[K, E]
Click to show internal directories.
Click to hide internal directories.