cachex

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 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) *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