Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrKeyNotFound indicates the requested key does not exist in the cache ErrKeyNotFound = errors.New("key not found") // ErrUnexpectedType occurs when attempting to retrieve data with unexpected type ErrUnexpectedType = errors.New("unknown data type") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.