Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStoreI ¶
type CacheStatus ¶
type CacheStatus int
const ( //nolint Missed CacheStatus = 0 Hit CacheStatus = 1 JustDeleted CacheStatus = -1 )
type RootStoreI ¶
type RootStoreI interface { BaseStoreI SetDeleter GetTrunkStore(cacheSize int) interface{} SetHeight(h int64) BeginWrite() EndWrite() Close() Lock() Unlock() }
type Serializable ¶
type SetDeleter ¶
Click to show internal directories.
Click to hide internal directories.