Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TypeCache = map[string]CreateCacheFn{}
Functions ¶
func CreateCache ¶
func CreateCache(cfg config.CacheConfig) (types.Cache, error)
Types ¶
type CreateCacheFn ¶
type CreateCacheFn func(cfg config.CacheConfig) (types.Cache, error)
Click to show internal directories.
Click to hide internal directories.