Documentation ¶
Overview ¶
Package memcache provides a cache.Storage compatible client for the memcached cache server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memcache ¶
type Memcache struct {
// contains filtered or unexported fields
}
Memcache is a memcache client. It is safe for unlocked use by multiple concurrent goroutines.
func (*Memcache) Read ¶
Read reads the item for given key. It's automatically decode item.Value depending on the client option.
Click to show internal directories.
Click to hide internal directories.