bytecache

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: MIT Imports: 0 Imported by: 0

README

bytecache

GoDocGo Report Card

some thin cache wraper for redis / fashcache / ristretto

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteCache

type ByteCache interface {
	Set(k, v []byte) bool
	Del(k []byte)
	Get(k []byte) (v []byte, exists bool)
	Clear()
	Save()
}

ByteCache cache k/v (byte array only)

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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