in reply to Re^3: How do I save a Rose::DB::Object instance to Cache::Memcached::Fast and retrieve it?
in thread How do I save a Rose::DB::Object instance to Cache::Memcached::Fast and retrieve it?

http://search.cpan.org/dist/Cache-Memcached-Fast/lib/Cache/Memcached/Fast.pm#serialize_methods says Storable::nfreeze

  • Comment on Re^4: How do I save a Rose::DB::Object instance to Cache::Memcached::Fast and retrieve it?

Replies are listed 'Best First'.
Re^5: How do I save a Rose::DB::Object instance to Cache::Memcached::Fast and retrieve it?
by PerlOnTheWay (Monk) on Feb 10, 2012 at 11:44 UTC
    Rose::DB::Object is not like a hash or array, so it won't work to simply throw it into memcached directly
        Thanks for the suggestion, but what's worse is that I'm caching Rose::DB::Object,not Rose::DB.

        And there seems no simple way to extract the hash it contains.