Releases: Kdyby/DoctrineCache
Releases · Kdyby/DoctrineCache
v2.4.1
v2.4.0
This release is for Nette ~2.3
v2.3.3
This release is for Nette 2.2.*
v2.3.2
- The
DI\Helpers::processCache()now uses the project directory to generate unique namespace for cache objects so you can't possibly have conflicts in shared databases when one application is deployed twice on the same machine or when they have similar cache keys. RedisCachecan acceptRedisclient in constructor
This release is for Nette ~2.2
v2.2.5
- The
DI\Helpers::processCache()now uses the project directory to generate unique namespace for cache objects so you can't possibly have conflicts in shared databases when one application is deployed twice on the same machine or when they have similar cache keys. RedisCachecan acceptRedisclient in constructor
This release is for Nette 2.1.*
v2.3.1
Fixed compatibility with Nette, created experimental ReversedStorageDecorator.
v2.2.4
Fixed compatibility with Nette, created experimental ReversedStorageDecorator.
v2.3.0
Added basic tests, fixed compatibility with Nette.
v2.2.3
Added basic tests, fixed compatibility with Nette.
v2.2.2
Build is now done agains multiple versions of Nette.