Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RistrettoCache ¶
func New32 ¶
func New32[V any](max int64) *RistrettoCache[V]
func (RistrettoCache[V]) Delete ¶
func (s RistrettoCache[V]) Delete(k string)
func (RistrettoCache[V]) Get ¶
func (s RistrettoCache[V]) Get(k string) (v V, ok bool)
func (RistrettoCache[V]) Set ¶
func (s RistrettoCache[V]) Set(k string, v V) bool
func (RistrettoCache[V]) SetWithTTL ¶
func (s RistrettoCache[V]) SetWithTTL(k string, v V, d time.Duration) bool
Click to show internal directories.
Click to hide internal directories.