CacheBundle
CacheBundle copied to clipboard
Symfony2 bundle for memcache and other caching interfaces
In view to take advantage of the new features of the _memcached_ library (note the last 'd'), I updated this bundle and added a small suite of tests. I have...
http://symfony.com/doc/current/cookbook/bundles/extension.html
When pulling down committed code that includes both the completed composer.json reference and the bundle's instantiation in AppKernel, running composer update on a new git cloned directory results in: PHP...
Allows users to supply an array of keys that will be retrieved. The prefix will be applied and removed from the result keys if it exists.
The flag was being set to false internally, yet there was no outside method to change the flag.
Multiget
Hi Jeremy, I thought it would be nice to be able to take advantage of memcached multiget functionality. In current implementation multiget (I give array of keys to get function)...
First of all thanks for the bundle. I think touch&gat are helpful features/interfaces and it will be very easy to implement. Are you planning to add them? If you want...
The Memcache client should log cases where a connection attempt fails. The logger should be an optional dependency for the client and should implement Psr\Log\LoggerInterface. I can add this enhancement,...
Hello, I'd like to use this bundle for [memcachier](http://www.memcachier.com/) but the protocol uses user/password credentials. There is a documentation here : https://devcenter.heroku.com/articles/memcachier#php Thanks.