Pimcore\Cache\Backend\Memcached::clearTags PHP Method

clearTags() protected method

protected clearTags ( ) : void
return void
    protected function clearTags()
    {
        $this->getDb()->query("TRUNCATE TABLE `cache_tags`");
        $this->getDb()->query("ALTER TABLE `cache_tags` ENGINE=MEMORY");
    }