Prado\Caching\ICache::delete PHP Méthode

delete() public méthode

Deletes a value with the specified key from cache
public delete ( $id ) : boolean
Résultat boolean if no error happens during deletion
    public function delete($id);