Pinq\Caching\IQueryCache::remove PHP Метод

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

Removes the cached query with the associated hash.
public remove ( string $hash ) : void
$hash string
Результат void
    public function remove($hash);