attach()
detach()
getOptions()
onDecrementItemPre()
onDecrementItemsPre()
onGetCapabilitiesPost()
onIncrementItemPre()
onIncrementItemsPre()
onReadItemPost()
onReadItemsPost()
onWriteItemPre()
onWriteItemsPre()
setOptions()
$capabilities
$listeners
$options
Abstract aggregate listener
attach(\Zend\EventManager\EventManagerInterface $events, $priority) : void
Implementors may add an optional $priority argument; the EventManager implementation will pass this to the aggregate.
detach(\Zend\EventManager\EventManagerInterface $events) : void
| inherited_from | \Zend\EventManager\AbstractListenerAggregate::detach() |
|---|---|
| inherited_from | \Zend\Cache\Storage\Plugin\AbstractPlugin::detach() |
getOptions() : \Zend\Cache\Storage\Plugin\PluginOptions
| inherited_from | \Zend\Cache\Storage\Plugin\AbstractPlugin::getOptions() |
|---|
onDecrementItemPre(\Zend\Cache\Storage\Event $event) : mixed
onDecrementItemsPre(\Zend\Cache\Storage\Event $event) : mixed
onGetCapabilitiesPost(\Zend\Cache\Storage\PostEvent $event) : void
onIncrementItemPre(\Zend\Cache\Storage\Event $event) : mixed
onIncrementItemsPre(\Zend\Cache\Storage\Event $event) : mixed
onReadItemPost(\Zend\Cache\Storage\PostEvent $event) : void
onReadItemsPost(\Zend\Cache\Storage\PostEvent $event) : void
onWriteItemPre(\Zend\Cache\Storage\Event $event) : void
\Zend\Cache\Storage\Event
onWriteItemsPre(\Zend\Cache\Storage\Event $event) : void
\Zend\Cache\Storage\Event
setOptions(\Zend\Cache\Storage\Plugin\PluginOptions $options) : \Zend\Cache\Storage\Plugin\AbstractPlugin
| inherited_from | \Zend\Cache\Storage\Plugin\AbstractPlugin::setOptions() |
|---|
$capabilities : array
$listeners : \Zend\Stdlib\CallbackHandler[]
| inherited_from | \Zend\EventManager\AbstractListenerAggregate::$$listeners |
|---|---|
| inherited_from | \Zend\Cache\Storage\Plugin\AbstractPlugin::$$listeners |