cache

package
v0.0.0-...-fc28734 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const ValueConfFile = "etc/baetyl/conf.yml"

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	StoreCacheMsg(name string, data []byte) error
	AutoExpiration()
	GetCacheMsg(name string) (map[string][]byte, error)
	DeleteCacheMsg(name string, needToDelete [][]byte) error
	GetAllCacheMsg() (map[string][][]byte, error)
	DeleteTargetMsg(needDeleteKey map[string][][]byte) error
	io.Closer
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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