ForgettingKey
class ForgettingKey extends CacheEvent
Properties
| string|null | $storeName | The name of the cache store. |
from CacheEvent |
| string | $key | The key of the event. |
from CacheEvent |
| array | $tags | The tags that were assigned to the key. |
from CacheEvent |
Methods
__construct(string|null $storeName, UnitEnum|string $key, array $tags = [])
Create a new event instance.
from
CacheEvent
Details
in
CacheEvent at line 31
__construct(string|null $storeName, UnitEnum|string $key, array $tags = [])
Create a new event instance.
in
CacheEvent at line 41
CacheEvent
setTags(array $tags)
Set the tags for the cache event.