cache

package
v0.0.0-...-880b486 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const KEY_PREFIX = "v1"

Variables

This section is empty.

Functions

This section is empty.

Types

type ChathamCache

type ChathamCache interface {
	Set(key string, val interface{}, dur time.Duration)
	Get(key string) (interface{}, bool)
}

func NewInMemoryCache

func NewInMemoryCache() ChathamCache

Jump to

Keyboard shortcuts

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