cache

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 6 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, gcInterval time.Duration) *Cache

func NewCacheDefault

func NewCacheDefault() *Cache

func (*Cache) Get

func (c *Cache) Get(key string) (interface{}, bool)

func (*Cache) Run

func (c *Cache) Run(stopCh <-chan struct{}) error

func (*Cache) Set

func (c *Cache) Set(key string, value interface{}, expiration time.Duration) error

func (*Cache) SetDefault

func (c *Cache) SetDefault(key string, value interface{}) error

Jump to

Keyboard shortcuts

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