Documentation ¶
Overview ¶
backedcache wraps github.com/barrett370/go-cache#Cache[V] with a backend, requests for keys not in the underlying cache will fetch (via a singleflight group to prevent stampeding) via a user-defined GetterFn[K,V]
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.