cache

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2014 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemcacheCache

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

Memcache adapter.

func NewMemCache

func NewMemCache() *MemcacheCache

create new memcache adapter.

func (*MemcacheCache) ClearAll

func (rc *MemcacheCache) ClearAll() error

clear all cached in memcache.

func (*MemcacheCache) Decr

func (rc *MemcacheCache) Decr(key string) error

[Not Support] decrease counter.

func (*MemcacheCache) Delete

func (rc *MemcacheCache) Delete(key string) error

delete value in memcache.

func (*MemcacheCache) Get

func (rc *MemcacheCache) Get(key string) interface{}

get value from memcache.

func (*MemcacheCache) Incr

func (rc *MemcacheCache) Incr(key string) error

[Not Support] increase counter.

func (*MemcacheCache) IsExist

func (rc *MemcacheCache) IsExist(key string) bool

check value exists in memcache.

func (*MemcacheCache) Put

func (rc *MemcacheCache) Put(key string, val interface{}, timeout int64) error

put value to memcache. only support string.

func (*MemcacheCache) StartAndGC

func (rc *MemcacheCache) StartAndGC(config string) error

start memcache adapter. config string is like {"conn":"connection info"}. if connecting error, return.

Jump to

Keyboard shortcuts

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