-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor to use with memcached #24
base: master
Are you sure you want to change the base?
Conversation
Added a bunch of extra functionality too
Awesome work @mangelsnc! |
Thanks @AkshayBz ! It would be really good merging this, but I think this repo will not be maintained anymore. @beryllium, what can say you about this? Do you need help to maintain this? Or is definitely unmaintained? |
I would recommend integrating the php-cache bundle found here: https://github.com/php-cache/cache-bundle It follows the PSR standard and, as you stated, this library has not been maintained for some time. |
... after examing PHP-Cache, I think it would make more sense to EOL CacheBundle. There doesn't seem to be any sense in duplicating functionality in this instance. |
Anyway, this was a really helping bundle for a time, but maybe you're right and it's moment to EOL it. Thanks for make it @beryllium, good job! |
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 included some improvements like:
I also added a simple way to configure the bundle following the standards of Symfony2.
Any questions or suggestions are welcome!
Thanks for this bundle!