Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memtable ¶
type Memtable struct {
// contains filtered or unexported fields
}
Memtable ...
func (*Memtable) GetUnsafeInnerCache ¶ added in v0.1.2
GetUnsafeInnerCache returns the freecache
func (*Memtable) Invalidate ¶
Invalidate an entry from the cache
type Option ¶
type Option func(opts *memtableOptions)
Option ...
func WithLeaseListSize ¶
WithLeaseListSize configures the number of entries in a lease list
func WithLeaseTimeout ¶
WithLeaseTimeout for duration of lease timeout, in second
func WithNumBuckets ¶
WithNumBuckets configures number of lease buckets
Click to show internal directories.
Click to hide internal directories.