Closed klimesf closed 8 years ago
The client now uses independent cache storage represented by interface Nette\Caching\IStorage rather than forcing Nette\Caching\FileStorage. This way, Redis and other storages can be used.
Nette\Caching\IStorage
Nette\Caching\FileStorage
However, this is a BC Break.
Thanks! It make sense. Can you please update also the readme file? Then I can merge it and make a new release.
Updated :)
Thank you! :)
The client now uses independent cache storage represented by interface
Nette\Caching\IStorage
rather than forcingNette\Caching\FileStorage
. This way, Redis and other storages can be used.However, this is a BC Break.