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...
This caching system has been built to be able to cache API requests (coming from Facebook, Twitter, YouTube etc, that often returns json results or XML results). It can also be used to cache PHP data (like big SQL results, arrays, json, etc). The 3S stands for 3 storage. This item can use 3 types of different storages: SQLite, file system and MySQL. Features - Caching API results (YouTube, Facebook, Twitter) - Can cache XMLs, json, PHP ar...