Documentation ¶
Overview ¶
Package memcache is a wrapper of the original "github.com/bradfitz/gomemcache/memcache" library.
Only contains basic get, set, delete, and close methods. Data will be encoded to JSON before saving to cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is memcache client.
func NewFromGoMemCache ¶
NewFromGoMemCache to create new cache from gomemcache.
Click to show internal directories.
Click to hide internal directories.