Pimcore\Cache\Backend\MysqlTable::truncate PHP Метод

truncate() защищенный Метод

protected truncate ( )
    protected function truncate()
    {
        $this->getDb()->query("TRUNCATE TABLE `cache`");
        $this->getDb()->query("TRUNCATE TABLE `cache_tags`");
        $this->getDb()->query("ALTER TABLE `cache_tags` ENGINE=InnoDB");
    }