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