Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultMaxEntries is the default max value of cache size. DefaultMaxEntries = 2048 // ErrNotExists means record not exists in cache. ErrNotExists = errors.New("cache: not exists") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.