Documentation
¶
Index ¶
- type MemcacheClient
- func (m *MemcacheClient) Connect()
- func (m *MemcacheClient) Delete(key string) error
- func (m *MemcacheClient) DeleteAll() error
- func (m *MemcacheClient) Get(key string) (value string, err error)
- func (m *MemcacheClient) GetMulti(keys []string) map[string]string
- func (m *MemcacheClient) Set(key string, value string)
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) GetMulti ¶
func (m *MemcacheClient) GetMulti(keys []string) map[string]string
func (*MemcacheClient) Set ¶
func (m *MemcacheClient) Set(key string, value string)
Click to show internal directories.
Click to hide internal directories.