# Functions
NewCache returns a new Cache.
# Constants
Valid interfaceEnum values.
InterfaceEnumRaw interfaces will have the common.PluginInput encoded as json (but may be ignored), and output will be decoded as common.PluginOutput.
InterfaceEnumRPC indicates that the plugin uses the RPCRunner interface declared in common/rpc.go.
# Structs
Cache stores plugin details.
Config describes the configuration for a single plugin.
OperationConfig describes the configuration for a single plugin operation provided by a plugin.
types for destroy hooks, to provide a little more information.