Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::delete PHP Method

delete() public method

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