cache

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2017 License: GPL-3.0 Imports: 3 Imported by: 1

Documentation

Overview

Package cache is a simple expiring cache.

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(expire, gcInterval time.Duration) *Cache

func (*Cache) Get

func (c *Cache) Get(k string) []byte

func (*Cache) Put

func (c *Cache) Put(k string, v []byte)

Jump to

Keyboard shortcuts

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