cache

package
v0.0.0-...-16800bc Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaClient

type CaClient interface {
	Set(string, string, string, int) error
	Get(string, string) (string, error)
	Put(string, string, string, int) error
	Del(string, string) error
	GetKeys(string) ([]string, error)
	Flush(string) error
}

func Instance

func Instance() CaClient

Jump to

Keyboard shortcuts

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