License: LGPL
Categories: PHP
download

MoxieCache

MoxieCache is a small cache library that enables you to dramatically improve the performance of a PHP site using disk caching. It has two components one is item caching that enables you to cache chunks of data the other is page caching that enables you to cache parts of a page.

Features

  • Simple cache item by key.
  • Partial page caching.
  • Customizable expiration times.
  • Namespaces for cache directories.
  • Sliding expiration times.
  • Automatic cleanup of unused cache.