CacheOS

Package:
CacheOS
Summary:
Store and retrieve cached data in files
Groups:
Cache, Files and Folders, PHP 5
Author:
Sahil Saggar
Description:
This class can be used to store and retrieve cached data in files.

This is a very simple and fast one file cache class. This is a static class with four public static functions to save, get, delete file & group cache.

This class simply serializes the data and save it in the file named as given key. Cache can also be saved in groups, groups are nothing but folders in which the group cache is saved.

Data is un-serialized when returned from cache.


Powered by Gewgley