Documentation ¶
Index ¶
- type MemCache
- func (c *MemCache) Add(key string, val *cacheobj.CacheObj) bool
- func (c *MemCache) Capacity() uint64
- func (c *MemCache) Close()
- func (c *MemCache) Get(key string) (*cacheobj.CacheObj, bool)
- func (c *MemCache) Keys() []string
- func (c *MemCache) Peek(key string) (*cacheobj.CacheObj, bool)
- func (c *MemCache) Size() uint64
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.