cacher

package module
v0.0.0-...-2592bf7 Latest Latest
Warning

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

Go to latest
Published: May 23, 2019 License: MIT Imports: 2 Imported by: 0

README

cacher

my cache tool for golang

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	File     adapter.Adapter
	Memory   adapter.Adapter
	Redis    adapter.Adapter
	Memcache adapter.Adapter
)

Functions

func DefaultFileCacher

func DefaultFileCacher() adapter.Adapter

func DefaultMemoryCacher

func DefaultMemoryCacher() adapter.Adapter

func NewFileCacher

func NewFileCacher(path string) adapter.Adapter

File Cacher

func NewMemcacheCacher

func NewMemcacheCacher(server ...string) adapter.Adapter

Memcache Cacher

func NewMemoryCacher

func NewMemoryCacher(gcTime time.Duration) adapter.Adapter

Memory Cacher

func NewRedisCacher

func NewRedisCacher()

Redis Cacher

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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