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 is a cache implementation that stores items in memory. It is uses as a cache-aside pattern.
Click to show internal directories.
Click to hide internal directories.