memcache

package
v0.0.0-...-f47c7b0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemcacheClient

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

func NewMemcacheClient

func NewMemcacheClient() *MemcacheClient

func (*MemcacheClient) Connect

func (m *MemcacheClient) Connect()

func (*MemcacheClient) Delete

func (m *MemcacheClient) Delete(key string) error

func (*MemcacheClient) DeleteAll

func (m *MemcacheClient) DeleteAll() error

func (*MemcacheClient) Get

func (m *MemcacheClient) Get(key string) (value string, err error)

func (*MemcacheClient) GetMulti

func (m *MemcacheClient) GetMulti(keys []string) map[string]string

func (*MemcacheClient) Set

func (m *MemcacheClient) Set(key string, value string)

Jump to

Keyboard shortcuts

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