icache

package
v0.2.38 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICacher

type ICacher interface {
	Set(key string, value interface{}, overtime int64) bool
	Get(key string, value interface{}) bool
	Del(key string) bool
	FlushDB() bool
}

Master 从接口

type Quequer added in v0.0.3

type Quequer interface {
	Push(key string, value interface{}) bool
	Pop(key string, value interface{}) bool
}

Quequer 队列接口

Jump to

Keyboard shortcuts

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