Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedCache ¶
type NamedCache struct {
// contains filtered or unexported fields
}
func Named ¶
func Named(prefix string, c Cache) *NamedCache
func (*NamedCache) Drop ¶
func (c *NamedCache) Drop(key string) error
func (*NamedCache) Get ¶
func (c *NamedCache) Get(key string) (interface{}, bool)
func (*NamedCache) Set ¶
func (c *NamedCache) Set(key string, val interface{}) error
Click to show internal directories.
Click to hide internal directories.