Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache[K comparable, V any] struct { cache.Cacher[K, V] // contains filtered or unexported fields }
func New ¶
func New[K comparable, V any]( namespace string, registerer prometheus.Registerer, cache cache.Cacher[K, V], ) (*Cache[K, V], error)
Click to show internal directories.
Click to hide internal directories.