Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceCache ¶
type ResourceCache interface {
Set(key string, obj interface{})
Delete(key string)
Get(key string) (interface{}, bool)
ListKeys() []string
}
func NewCache ¶
func NewCache() ResourceCache
Click to show internal directories.
Click to hide internal directories.