class TraceableTagAwareAdapter extendsTraceableAdapter implementsTagAwareAdapterInterface,TagAwareCacheInterface

Methods

__construct(TagAwareAdapterInterface$pool)

No description

bool
invalidateTags(array$tags)

Invalidates cached items using tags.

Details

__construct(TagAwareAdapterInterface$pool)

Parameters

TagAwareAdapterInterface $pool

bool invalidateTags(array$tags)

Invalidates cached items using tags.

Parameters

array $tags An array of tags to invalidate

Return Value

bool

Exceptions

InvalidArgumentException When $tags is not valid