Documentation ¶
Index ¶
- type MCache
- func (c *MCache) ClearAll() error
- func (c *MCache) Decrement(key string) error
- func (c *MCache) Delete(key string) error
- func (c *MCache) Get(key string) (interface{}, error)
- func (c *MCache) GetJson(key string, val interface{}) error
- func (c *MCache) Increment(key string) error
- func (c *MCache) Put(key string, val interface{}, timeout time.Duration) error
- func (c *MCache) PutJson(key string, val interface{}, timeout time.Duration) error
- func (c *MCache) Touch(key string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCache ¶
type MCache struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.