Documentation ¶
Index ¶
Constants ¶
View Source
const KEY_PREFIX = "v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChathamCache ¶
type ChathamCache interface { Set(key string, val interface{}, dur time.Duration) Get(key string) (interface{}, bool) }
func NewInMemoryCache ¶
func NewInMemoryCache() ChathamCache
func NewNonDeletedInMemoryCache ¶
func NewNonDeletedInMemoryCache() ChathamCache
Click to show internal directories.
Click to hide internal directories.