Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[K comparable, V any] struct { // contains filtered or unexported fields }
func NewMap ¶
func NewMap[K comparable, V any]() Map[K, V]
type Set ¶
type Set[T comparable] struct { // contains filtered or unexported fields }
func NewSet ¶
func NewSet[T comparable]() Set[T]
type TTLValue ¶
type TTLValue[T any] struct { // contains filtered or unexported fields }
TTLValue is a simple cached value with expiration time.
func NewTTLValue ¶
NewTTLValue constructs a new TTLValue
Click to show internal directories.
Click to hide internal directories.