Documentation ¶
Index ¶
- type Cache
- func (c *Cache) BuildKey(key string) string
- func (c *Cache) Delete(key string) error
- func (c *Cache) Exists(key string) (bool, error)
- func (c *Cache) Get(key string) (string, error)
- func (c *Cache) HDelete(key, field string) error
- func (c *Cache) HGet(key, field string) (string, error)
- func (c *Cache) HSet(key, field, value string) error
- func (c *Cache) Set(key, value string, expire int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.