HybridCache is a PHP package for managing a cache with the data storage abstracted. Internally, the storage media is used as a key/value dictionary, but any other method can be adapted (e.g., SQLite), and many different methods can be used in the same instance.