php mysql caching class

3S Caching System (Cache API results and PHP data)

3S Caching System (Cache API results and PHP data)

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...