inmemcache

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DATALOADER

type DATALOADER func(nFail int) (interface{}, time.Duration, error)

type MemCache

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

func NewMemCache

func NewMemCache(size int) *MemCache

func (*MemCache) Delete

func (t *MemCache) Delete(szKey string)

func (*MemCache) Get

func (t *MemCache) Get(szKey string, fnLoader DATALOADER) (interface{}, error)

szKey存在则立即返回,否则用fnLoader 函数加载值后返回

func (*MemCache) Has

func (t *MemCache) Has(szKey string) bool

Jump to

Keyboard shortcuts

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