| Fully Qualified Name: | Laminas\Cache\Storage\Plugin\ClearExpiredByFactor |
| Extends: | AbstractPlugin |
| Name | Description | Defined By |
|---|---|---|
| attach() | {@inheritDoc} | ClearExpiredByFactor |
| clearExpiredByFactor() | Clear expired items by factor after writing new item(s) | ClearExpiredByFactor |
| detach() | {@inheritDoc} | AbstractListenerAggregate |
| getOptions() | Get all pattern options | AbstractPlugin |
| setOptions() | Set pattern options | AbstractPlugin |
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $events | ||
| $priority |
Returns:
Clear expired items by factor after writing new item(s)
| Parameter Name | Type | Description |
|---|---|---|
| $event | \PostEvent |
Returns: void
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $events |
Returns:
Get all pattern options
Returns: \PluginOptions
Set pattern options
| Parameter Name | Type | Description |
|---|---|---|
| $options | \PluginOptions |
Returns: \AbstractPlugin Provides a fluent interface