web cache server

PHP Metameric Cache

PHP Metameric Cache

UPDATED PHP Metameric Cache is a disk based cache mechanism that lets you create cache for selected parts of PHP page or PHP website quickly and easily. It does not depend on URL structure of your website. You can store each cached part with a unique name and then retrieve it or delete it on requirement. This cache will create segmented cache for your web application for those parts that require heavy server processing. Use this to speed up...

CacheFabric

CacheFabric

CacheFabric is a powerful and easy to use component that brings the power of flexible caching to your .NET applications. What are the advantages? Reduce load on Web Services / Database – Great for increasing the number of users your application can handle simultaneously (Scale). Increase Performance – Meet yours users’ needs in functionality and application responsiveness. Reliability – Failing components could be masked by the cache...

AutoCache

AutoCache

Introduction AutoCache is what the name implies: automatic cache. Regardless of the web application you’re using, AutoCache should be able to speed it up. It will sit between PHP and your PHP web application and watch what data passes by, so that if there is a duplicate request in the future (within a set timeframe), then instead of letting the app run its course again, we’ll serve a saved/cached response instead. This means less database qu...