laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
http://laraveldoctrine.org
MIT License
827 stars 179 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.