Skip to content
exos edited this page Jan 31, 2013 · 2 revisions

HybridCache is a PHP package for manage cache with the data storage abstrcted. Someone can implement with any storage media. Internaly the storage media is used as a key/value dictionary, but any other method can be adapted (ex: SQLite) and a lot of diferents methods in the same instance.

Actualy version

The actualy version is 0.9.0 (updated 30-01-2013 dd-mm-yyyy), you can see the changes from Changelog page.

HybridCache methodology

The class cache is like key/value dictionary with some functions extras for cache

Clone this wiki locally