Skip to content
Kami edited this page Sep 13, 2010 · 4 revisions

Multi Storage Cache is simple caching abstraction library written in PHP which currently supports caching data in:

  • APC,
  • eAccelerator,
  • XCache,
  • memcached (memcache or memcached PHP extension),
  • SQLite3 database and
  • flat files

Requirements:

  • PHP 5.3
  • APC / memcache / memcached / eAccelerator / XCache / SQLite3 extension

It allows you to save, retrieve and delete single or multiple items from cache at once.

Where retrieving or setting multiple items at once isn’t supported natively by the extension, it’ is emulated.

Clone this wiki locally