TagAwareAdapterInterface
TagAwareAdapterInterface
interface TagAwareAdapterInterface implements AdapterInterface
Interface for invalidating cached items using tags.
Methods
bool | invalidateTags(array $tags) Invalidates cached items using tags. |
Details
bool invalidateTags(array $tags)
Invalidates cached items using tags.
Parameters
array | $tags | An array of tags to invalidate |
Return Value
bool | Tru
|