PHP Classes / CacheOS

Store and retrieve cached data in files

CacheOS PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags