Documentation ¶
Overview ¶
Package memory implements the cache.Interface and registers an in-memory provider. All operations are using a sync.RWMutex for synchronization. Benchmark file is available.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrKeyNotExist = errors.New("cache/memory: key %v does not exist")
)
Error messages
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.