chmac: cache

Sort by: Date / Title / URL

  1. http://stackoverflow.com/questions/1316852/alternative-to-memcached-that-can-persist-to-disk
    Very interesting question that has lots of useful links on persistent object / value stores that are similar to memcache. Answer seems to be couchbase.
  2. http://www.couchbase.com/products-and-services/memcached
    This says it all, couchbase includes memcached as part of it, and can operate in "pure memcache" mode or can add persistence and other features behind memcached. Sounds like it'll do what we're after.
  3. http://www.fabrizio-branca.de/magento-caching-internals.html
    Very detailed article explaining how Magento implements its caching mechanism. It seems to be some custom classes layered on top of Zend's caching framework. Useful read.
  4. http://developers.whatwg.org/offline.html#offline
    Very useful article on offline web apps using HTML5 cache manifests.
  5. http://mnm.uib.es/gallir/wp-cache-2/
    The WordPress WP-Cache2 caching plugin / platform. The plugin caches WordPress to static files and then serves those files instead of rebuilding the pages on every request.

First / Previous / Next / Last / Page 1 of 1