Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemCacheRepo ¶
type MemCacheRepo interface { Get(string) (interface{}, bool) Set(string, interface{}, time.Duration) bool }
func NewMemCachedRepo ¶
func NewMemCachedRepo() MemCacheRepo
type RistrettoCache ¶
type RistrettoCache struct {
// contains filtered or unexported fields
}
func (*RistrettoCache) Get ¶
func (c *RistrettoCache) Get(key string) (interface{}, bool)
Click to show internal directories.
Click to hide internal directories.