2dehands/2ememain uses Memcached for caching Moose objects. We use MooseX::Storage for this, and have extended it in some interesting
ways.
We deal with issues such as:
* We cannot flush the cache, so we need an upgrade path for new object versions.
* We wanted to isolate some changes that are normaly global settings.
In this talk Marius will describe how they use Moose with Memcached and show how they used the standard Moose/MOP tools to extend MooseX::Storage to support their needs.