Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DurationGenerator ¶
type Get ¶
type Get[K constraints.Key, V any] interface { Get(key K) V }
type IdGenerator ¶
type IdGenerator[T constraints.ID] interface { Id() T }
type Key ¶
type Key[T constraintsi.Key] interface { Key() T }
type Set ¶
type Set[K constraints.Key, V any] interface { Set(key K) V }
type StoreWithExpire ¶
Click to show internal directories.
Click to hide internal directories.