cache

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 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 CValue

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

type Cache

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

func New

func New(expire time.Duration, cleanCycle time.Duration) *Cache

func (*Cache) Delete

func (c *Cache) Delete(key string)

func (*Cache) Get

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

func (*Cache) IsExpired

func (c *Cache) IsExpired(val *CValue) bool

func (*Cache) Set

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

func (*Cache) SetExpire

func (c *Cache) SetExpire(key string, value interface{}, expire time.Duration)

Jump to

Keyboard shortcuts

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