Documentation ¶
Index ¶
- type Cache
- func (c *Cache) Del(s string) error
- func (c *Cache) Disconnect() error
- func (c *Cache) Get(s string) (interface{}, bool)
- func (c *Cache) RawGet(s string) ([]byte, bool)
- func (c *Cache) RawSet(s string, i []byte, n int) error
- func (c *Cache) Register(i interface{})
- func (c *Cache) Set(s string, i interface{}, n int) error
- type CacheCast
- type CacheDB
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Gob string // contains filtered or unexported fields }
func (*Cache) Disconnect ¶ added in v0.0.1
Click to show internal directories.
Click to hide internal directories.