doctrine-cache icon indicating copy to clipboard operation
doctrine-cache copied to clipboard

:arrows_clockwise: Doctrine Cache adapter for Nette Framework

Results 4 doctrine-cache issues
Sort by recently updated
recently updated
newest added

`Doctrine\Common\Cache\Cache` was dropped from Doctrine\Common and replaced by classes in correctly required `doctrine/cache`. Doctrine\Common is still used in the code here though, rendering it not working. https://github.com/nettrine/cache/search?q=Doctrine%5CCommon&unscoped_q=Doctrine%5CCommon > Service 'nettrine.annotations.reader'...

Package `doctrine/cache` is deprecated and with https://github.com/contributte/doctrine-orm/pull/110 and https://github.com/contributte/doctrine-dbal/pull/86 it is no longer needed for ORM nor DBAL integrations. I think this package should be eventually marked as deprecated too....

- Fix parameter name, it was renamed from `driver` to `adapter` - Use named parameter for `Symfony\Component\Cache\Adapter\FilesystemAdapter` as cache path is not first parameter (it is 3rd), so this example...