Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DummyCache ¶
type DummyCache struct{}
DummyCache is an implementation of Cache, which does not cache anything.
func (DummyCache) Reset ¶
func (DummyCache) Reset()
func (DummyCache) Set ¶
func (DummyCache) Set(k, v any)
Click to show internal directories.
Click to hide internal directories.