Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICache ¶
type ICache interface { Get(key string) (string, error) Set(key string, val string) error Delete(key string) error Has(key string) bool }
func NewFileCache ¶
Click to show internal directories.
Click to hide internal directories.