Documentation
¶
Overview ¶
Package memcached is a wrapper of github.com/bradfitz/gomemcache with Cache interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Add(*memcache.Item) error
Get(key string) (*memcache.Item, error)
Delete(string) error
FlushAll() error
}
Client for memcached protocol
type Memcached ¶
type Memcached struct {
// contains filtered or unexported fields
}
Memcached cache
Click to show internal directories.
Click to hide internal directories.