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() interface{} SetHeight(h int64) BeginWrite() EndWrite() CheckConsistency() Close() Lock() Unlock() }
type Serializable ¶
type SetDeleter ¶
type StrStoreKey ¶
type StrStoreKey struct {
// contains filtered or unexported fields
}
func NewStrStoreKey ¶
func NewStrStoreKey(name, prefix string) *StrStoreKey
func (*StrStoreKey) Name ¶
func (ssk *StrStoreKey) Name() string
func (*StrStoreKey) Prefix ¶
func (ssk *StrStoreKey) Prefix() string
Click to show internal directories.
Click to hide internal directories.