CacheMissed
class CacheMissed extends CacheEvent
Properties
string | $key | The key of the event. |
from CacheEvent |
array | $tags | The tags that were assigned to the key. |
from CacheEvent |
Methods
Details
in
CacheEvent at line 28
void
__construct(string $key, array $tags = [])
Create a new event instance.
in
CacheEvent at line 40
$this
setTags(array $tags)
Set the tags for the cache event.