cache

package
v0.0.0-...-d67b91f Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

func New

func New(defaultExpiration, cleanupInterval int) *Cache

func (*Cache) Get

func (c *Cache) Get(k string) (interface{}, bool)

func (*Cache) Set

func (c *Cache) Set(k string, x interface{})

type Cacher

type Cacher interface {
	Get(k string) (interface{}, bool)
	Set(k string, x interface{})
}

Jump to

Keyboard shortcuts

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