Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disabled ¶
type Disabled[K comparable, V any] struct{}
func NewDisabled ¶
func NewDisabled[K comparable, V any]() *Disabled[K, V]
func (*Disabled[K, V]) DeleteExpired ¶
func (d *Disabled[K, V]) DeleteExpired()
type Fixed ¶
type Fixed[K comparable, V any] struct { // contains filtered or unexported fields }
func (*Fixed[K, V]) DeleteExpired ¶
func (f *Fixed[K, V]) DeleteExpired()
type Variable ¶
type Variable[K comparable, V any] struct { // contains filtered or unexported fields }
func NewVariable ¶
func (*Variable[K, V]) DeleteExpired ¶
func (v *Variable[K, V]) DeleteExpired()
Click to show internal directories.
Click to hide internal directories.