cache

package
v0.0.0-...-5b5a7df Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceCache

type ResourceCache interface {
	Set(key string, obj interface{})
	Delete(key string)
	Get(key string) (interface{}, bool)
	ListKeys() []string
}

func NewCache

func NewCache() ResourceCache

Jump to

Keyboard shortcuts

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