Newscoop\Services\CacheService::delete PHP Méthode

delete() public méthode

Delete key from cache
public delete ( string | array $id ) : boolean
$id string | array
Résultat boolean
    public function delete($id)
    {
        return $this->getCacheDriver()->delete($this->getCacheKey($id));
    }