CacheBundle icon indicating copy to clipboard operation
CacheBundle copied to clipboard

Bundle is deprecated. Use https://github.com/doctrine/DoctrineCacheBundle instead.

Results 5 CacheBundle issues
Sort by recently updated
recently updated
newest added

Once a cache is warmed up, an application will call CacheInterface::contains() and CacheInterface::fetch() in rapid succession. The LifetimeFileCache would perform a file_get_contents() and unserialize() operation for both of these calls,...

Hi ! This bundle is great for people who want to handle cache themselves. I'm using lifetimefile to cache some data. But, I need to cache something like 50 000...

the type: cachedump has been removed from the memcache daemon due to security reasons. http://php.net/manual/en/memcache.getextendedstats.php it is still used in the code (line 86) and will give notices like: Message:...