cache

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: MIT Imports: 8 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 {
	Expiration time.Time   `json:"expiration"`
	Data       interface{} `json:"data"`
}

func New

func New(ttl time.Duration, data interface{}) *Cache

func (*Cache) Bind

func (c *Cache) Bind(dst interface{}) error

func (*Cache) Expired

func (c *Cache) Expired() bool

func (*Cache) Write

func (c *Cache) Write(w io.Writer) error

type Store

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

func NewStore

func NewStore(ttl time.Duration) (*Store, error)

func (*Store) Get

func (s *Store) Get(key string) (*Cache, error)

func (*Store) Set

func (s *Store) Set(key string, data interface{}) error

Jump to

Keyboard shortcuts

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