Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

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

by Anonymous Monk
on Feb 10, 2012 at 12:37 UTC ( [id://953007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     my $o = $class->new(id => 1)->load_or_save;
    my $frozen = Storable::freeze($o->strip(strip_on_save_ok => 1));
    my $thawed = Storable::thaw($frozen);
    
  2. or download this
    sub remember
    {
      my($self) = shift;
    ...
        }
      }
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://953007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-20 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found