Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpirableValue ¶
type ExpirableValue struct {
// contains filtered or unexported fields
}
func NewExpirableValue ¶
func NewExpirableValue(v interface{}) *ExpirableValue
func NewExpirableValueWithOffset ¶
func NewExpirableValueWithOffset(v interface{}, expiry uint64) *ExpirableValue
func (*ExpirableValue) Value ¶
func (e *ExpirableValue) Value() interface{}
type OperationCache ¶
type OperationCache struct {
// contains filtered or unexported fields
}
func New ¶
func New() *OperationCache
func (*OperationCache) Items ¶
func (oc *OperationCache) Items() chan *KeyValue
Click to show internal directories.
Click to hide internal directories.