Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleFileCachePlugin ¶
type SimpleFileCachePlugin struct {
// contains filtered or unexported fields
}
func (*SimpleFileCachePlugin) Configure ¶
func (self *SimpleFileCachePlugin) Configure(cfg json.RawMessage) error
type SimpleFileCachePluginFactory ¶
type SimpleFileCachePluginFactory struct { }
func (*SimpleFileCachePluginFactory) Name ¶
func (self *SimpleFileCachePluginFactory) Name() string
func (*SimpleFileCachePluginFactory) New ¶
func (self *SimpleFileCachePluginFactory) New(cfg json.RawMessage) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.