Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Released ¶ added in v0.9.3
type Released interface {
Acquire() (isAcquired bool)
Release()
Remove()
}
type Sized ¶
type Sized interface {
Weight() int64
}
Sized provides memory usage accounting for cache entries.
Click to show internal directories.
Click to hide internal directories.