Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrKeyNotFound = errors.New("Key not found")
)
Functions ¶
This section is empty.
Types ¶
type BufferCache ¶
type ClockCache ¶
type ClockCache struct {
// contains filtered or unexported fields
}
func NewClockCache ¶
func NewClockCache(cachesize, blocksize uint64) *ClockCache
func (*ClockCache) Invalidate ¶
func (c *ClockCache) Invalidate(key uint64) (err error)
type ClockCacheBlock ¶
type ClockCacheBlock struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.