Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationsCache ¶
type OperationsCache struct { // cache is the backing store for the in-memory cache. Note // that if the cache is disabled, this will be nil Cache *ristretto.Cache[string, []byte] // contains filtered or unexported fields }
func NewOperationsCache ¶
func NewOperationsCache(cacheSize int64) (*OperationsCache, error)
Click to show internal directories.
Click to hide internal directories.