cachex

package
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

func NewCache

func NewCache(expiration time.Duration, cleanupInterval time.Duration) *Cache

func (*Cache) Expire

func (c *Cache) Expire(key interface{})

func (*Cache) Get

func (c *Cache) Get(key interface{}) interface{}

func (*Cache) Set

func (c *Cache) Set(key interface{}, value interface{}) ExpireFunc

func (*Cache) SetAndAutoFunc

func (c *Cache) SetAndAutoFunc(key interface{}, value interface{}, auto func() interface{}) ExpireFunc

type ExpireFunc

type ExpireFunc func()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL