Neos\Cache\Backend\TaggableBackendInterface::findIdentifiersByTag PHP Метод

findIdentifiersByTag() публичный Метод

Finds and returns all cache entry identifiers which are tagged by the specified tag.
public findIdentifiersByTag ( string $tag ) : array
$tag string The tag to search for
Результат array An array with identifiers of all matching entries. An empty array if no entries matched
    public function findIdentifiersByTag($tag);
TaggableBackendInterface