Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::delete PHP Méthode

delete() public méthode

public delete ( $key )
    public function delete($key)
    {
        $this->getCache()->delete($this->getCacheKey($key));
    }