Neos\Cache\Backend\BackendInterface::has PHP 메소드

has() 공개 메소드

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