===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-doctrine-cache-1.10.2/UPGRADE.md-2-
php-doctrine-cache-1.10.2/UPGRADE.md:3:## Minor BC Break: `Doctrine\Common\Cache\FileCache#$extension` is now `private`.
php-doctrine-cache-1.10.2/UPGRADE.md-4-
php-doctrine-cache-1.10.2/UPGRADE.md:5:If you need to override the value of `Doctrine\Common\Cache\FileCache#$extension`, then use the
php-doctrine-cache-1.10.2/UPGRADE.md-6-second parameter of `Doctrine\Common\Cache\FileCache#__construct()` instead of overriding
##############################################
php-doctrine-cache-1.10.2/lib/Doctrine/Common/Cache/SQLite3Cache.php-133-    {
php-doctrine-cache-1.10.2/lib/Doctrine/Common/Cache/SQLite3Cache.php:134:        return $this->sqlite->exec(sprintf('DELETE FROM %s', $this->table));
php-doctrine-cache-1.10.2/lib/Doctrine/Common/Cache/SQLite3Cache.php-135-    }