TagSet
abstract class TagSet
Properties
| protected Store | $store | The cache store implementation. |
|
| protected array | $names | The tag names. |
Methods
void
reset()
Reset all tags in the set.
void
flush()
Flush all the tags in the set.
array
getNames()
Get all of the tag names in the set.
Details
at line 24
__construct(Store $store, array $names = [])
Create a new TagSet instance.
at line 33
abstract void
reset()
Reset all tags in the set.
at line 38
abstract void
flush()
Flush all the tags in the set.
at line 43
array
getNames()
Get all of the tag names in the set.