Neos\Cache\Backend\BackendInterface::has PHP Méthode

has() public méthode

Checks if a cache entry with the specified identifier exists.
public has ( string $entryIdentifier ) : boolean
$entryIdentifier string An identifier specifying the cache entry
Résultat boolean TRUE if such an entry exists, FALSE if not
    public function has($entryIdentifier);