cache

package
v0.0.31 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheProvider added in v0.0.19

type CacheProvider interface {
	Get(name string) *interface{}
	Set(name string, value interface{})
}

type CacheService

type CacheService struct {
	Providers []CacheProvider
}

func Get added in v0.0.19

func Get() *CacheService

func New added in v0.0.19

func New() *CacheService

func (*CacheService) RegisterProvider added in v0.0.19

func (c *CacheService) RegisterProvider(providers ...CacheProvider)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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