in reply to Inside Out Classes with caching

If a person were to implement Inside Out classes as described in Conway's Perl Best Practices, how does one implement caching of the individual objects with something like Cache::FastMMap or Cache::Memcached?

Serialise with Class::Std::Storable ?