Prado\Data\SqlMap\DataMapper\TSqlMapApplicationCache::delete PHP Метод

delete() публичный Метод

public delete ( $key )
    public function delete($key)
    {
        $keyList = $this->getKeyList();
        $keyList->remove($key);
        $this->getCache()->delete($key);
        $this->setKeyList($keyList);
    }