Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemCache ¶
type MemCache struct {
// contains filtered or unexported fields
}
MemCache defines a lightweight in-memory cache that is thread safe
func (*MemCache) Get ¶
Get returns an item from the cache using the given cache key. A flag is also returned indicating whether the item exists. If no item exists, an empty string will be returned
Click to show internal directories.
Click to hide internal directories.