Prado\Caching\ICache::delete PHP Method

delete() public method

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