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