laravel-doctrine
laravel-doctrine copied to clipboard
Add an option to create separate cache for Doctrine's query results
This is useful, if devs want to be able to clear Doctrine's result cache independently from Doctrine's metadata and query caches.
This PR requires this PR.