Documentation
¶
Index ¶
- type Cache
- func (c *Cache) Add(key Key, value interface{})
- func (c *Cache) AddKey(key Key)
- func (c *Cache) Clear()
- func (c *Cache) Contains(key interface{}) bool
- func (c *Cache) Empty() bool
- func (c *Cache) Get(key Key) interface{}
- func (c *Cache) GetValues() []interface{}
- func (c *Cache) Remove(key Key)
- func (c *Cache) Size() int
- type Key
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.