cache

package
v2.2.5 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeMap

type TimeMap interface {
	Store(key, value interface{}, duration time.Duration)
	Load(key interface{}) (interface{}, bool)
	LoadOrStore(key, value interface{}, duration time.Duration) (interface{}, bool)
	Range(f func(key, value interface{}) bool)
	Delete(key interface{})
	Clean()
}

TimeMap allows to store content in a map with entry duration life

func New

func New() TimeMap

New create a new TimeMap

Jump to

Keyboard shortcuts

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