repository

package
v0.0.0-...-5b01610 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCache

func NewCache() *cache

Types

type Cache

type Cache interface {
	Get(key string) (interface{}, bool)
	Set(key string, val interface{}, expiresIn time.Duration)
	Delete(key string)
}

Jump to

Keyboard shortcuts

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