Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InMemoryCache ¶
type InMemoryCache struct {
// contains filtered or unexported fields
}
func (*InMemoryCache) Contains ¶
func (cache *InMemoryCache) Contains(key interface{}) bool
func (*InMemoryCache) Get ¶
func (cache *InMemoryCache) Get(key interface{}) (interface{}, bool)
func (*InMemoryCache) Set ¶
func (cache *InMemoryCache) Set(key, value interface{})
Click to show internal directories.
Click to hide internal directories.