Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

Add reset() to MemcacheDataCollector #101 #102

Open vlajos opened 6 years ago

vlajos commented 6 years ago

add reset() to MemcacheDataCollector #101

tobias-93 commented 4 years ago

For anyone looking for a Symfony 4 compatible version of this bundle: I have forked the bundle and applied the patches necessary for Symfony 4 here: https://github.com/Kick-In/LswMemcacheBundle. Use "kick-in/memcache-bundle": "~v3.0" as composer constraint.