the migration guide for v7 at https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/migration/MigratingFromV6ToV7.md has several places, where it uses the old naming scheme, like e.g. ``` use \phpFastCache\Config\Config; ``` or ``` use \phpFastCache\Drivers\Files\Config as FilesConfig; ``` It is my understanding that with v7, phpFastCache should be replaced by Phpfastcache
the migration guide for v7 at https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/migration/MigratingFromV6ToV7.md
has several places, where it uses the old naming scheme, like e.g.
or
It is my understanding that with v7, phpFastCache should be replaced by Phpfastcache