Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheClient ¶
type CacheClient struct {
// contains filtered or unexported fields
}
CacheClient is used to add,update,remove items from memcache
func NewMemCachedClient ¶
func NewMemCachedClient(serverList []string) (*CacheClient, error)
NewMemCachedClient returns a connected client server to cache to. It returns the *CacheClient object if successful, else returns (nil,err)
Click to show internal directories.
Click to hide internal directories.