laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 178 forks source link

[2.0] Disable autodect of cache #544

Closed eigan closed 1 year ago

eigan commented 1 year ago

The new ORMSetup::createConfiguration() will automatically create cache configuration if you do not specify cache as the third argument. LaravelDoctrine supports setting different cache on each area, we do this in a later step.