Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCxtInconsistency = errors.New("cxt: inconsistency")
View Source
var ErrCxtInvalid = errors.New("cxt: other files")
View Source
var ErrDuplicateOption = errors.New("duplicate option")
View Source
var ErrKeyLenTooLong = errors.New("key too long")
View Source
var ErrKeyNotFound = errors.New("not found key")
View Source
var ErrNotReady = errors.New("not ready")
View Source
var ErrRead = errors.New("read")
View Source
var ErrValueLenTooLong = errors.New("value too long")
View Source
var ErrWrite = errors.New("write")
Functions ¶
This section is empty.
Types ¶
type CacheOption ¶
type CacheOption struct {
Capacity int
}
type DiskOption ¶
type LimitOption ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.