Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
Close() error
Get(key string, result interface{}) (err error)
Put(key string, obj interface{}) (err error)
Delete(key string) (err error)
}
Cache interface
Click to show internal directories.
Click to hide internal directories.