Interface for discovery compenents holding a cache of plugin definitions.
Expanded class hierarchy of CachedDiscoveryInterface
All classes that implement CachedDiscoveryInterface
interface CachedDiscoveryInterface extends DiscoveryInterface {
/**
* Clears cached plugin definitions.
*/
public function clearCachedDefinitions();
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CachedDiscoveryInterface:: |
public | function | Clears cached plugin definitions. | 2 |
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 10 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 10 |