cache

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2020 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package cache general interface for cache

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnImplementedCache

type UnImplementedCache interface {
	Put(key string, value string) (created bool)
	Get(key string) (value string, ok bool)
	Delete(key string) (ok bool)
}

UnImplementedCache cache interface

Jump to

Keyboard shortcuts

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