The best way to install Kdyby/DoctrineCache is using Composer:
$ composer require kdyby/doctrine-cache
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/doctrinecache.
Doctrine 2 Cache integration into Nette Framework
composer require kdyby/doctrine-cache
The best way to install Kdyby/DoctrineCache is using Composer:
$ composer require kdyby/doctrine-cache
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/doctrinecache.
Drop kdyby/strict-objects dependency for easier upgrades.
Replaced \Kdyby\StrictObjects\Scream -> \Nette\SmartObject
#26 Thanks @pechondra
Updated for Nette 3.0.
Hotfix for doctrine/common#833.
hhvm
This release is for Nette ^2.4
This release is for Nette 2.3.*
This release is for Nette ~2.3
(which means also ~2.4
).
This release is for Nette ~2.3
doctrine/cache
This release is for Nette ~2.3
This release is for Nette ~2.3
This release is for Nette ~2.3
This release is for Nette 2.2.*
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.RedisCache
can accept Redis
client in constructorThis release is for Nette ~2.2
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.RedisCache
can accept Redis
client in constructorThis release is for Nette 2.1.*
Fixed compatibility with Nette, created experimental ReversedStorageDecorator
.
Fixed compatibility with Nette, created experimental ReversedStorageDecorator
.
Added basic tests, fixed compatibility with Nette.
Added basic tests, fixed compatibility with Nette.
Build is now done agains multiple versions of Nette.
Added basic build, at least with code lint.
doctrine/cache
to ~1.3
.Cache::saveDependingOnFiles()
.Extracted DI\Helpers::processCache()
and DI\Helpers::filterArgs()
from Kdyby\Doctrine for usage in Kdyby\Annotations and other extensions depending on Kdyby\DoctrineCache
First release requiring Nette 2.1-dev
Fixed stupid passing of Memcache instance to MemcacheCache
Fixed stupid passing of Memcache instance to MemcacheCache
Provides bridge bewteen Doctrine/Cache and Nette caching mechanism.