memcache

package
v0.0.0-...-0e17a7f Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KIND = "MemcacheItem"
)

Variables

View Source
var (
	ErrCacheMiss = errors.New("memcache: cache miss")
)

Functions

This section is empty.

Types

type Item

type Item struct {
	Key        string
	Value      []byte
	Expiration time.Duration
}

type MemcacheItem

type MemcacheItem struct {
	Value      []byte        `datastore:",noindex"`
	Expiration time.Duration `datastore:",noindex"`
}

memcacheの代替品 Kind=MemcacheItem Key=Key

Jump to

Keyboard shortcuts

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