abstract class TagSet

Properties

protected Store $store

The cache store implementation.

protected array $names

The tag names.

Methods

__construct(Store $store, array $names = [])

Create a new TagSet instance.

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.

Parameters

Store $store
array $names

at line 33
abstract void reset()

Reset all tags in the set.

Return Value

void

at line 38
abstract void flush()

Flush all the tags in the set.

Return Value

void

at line 43
array getNames()

Get all of the tag names in the set.

Return Value

array