Documentation
¶
Index ¶
Constants ¶
View Source
const DuplicateEntryError = "Duplicate entry"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
Set(key string, value []byte) (ok bool)
Get(key string) (value []byte)
Remove(key string) (ok bool)
}
func NewLocalCache ¶
type DataCacheTable ¶
Click to show internal directories.
Click to hide internal directories.