Documentation
¶
Overview ¶
Package cache implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
View Source
const ( Module = "storage.cache" ErrCacheConfigNil = errors.String("cache: config is nil") )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg *cachev1.CacheConfig) (storageiface.Cache, error)
New creates a new cache instance based on the provided configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.