![]() |
|
Do you know where your variables are? | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Not quite sure what I should be looking for, but I'm trying to create a Moose object that is instantiated in one of two ways:
ie, if object instantiated from uuid, load frozen copy, else create as normal. On destroy, freeze current copy of object. I did a quick search on Moose caching, but I'm not 100% sure what I need here to get this working as expected. Can anyone point me in the right direction? I found MooseX::WithCache, but am not sure if that's the right tool - documentation is sparse. All insights appreciated! Thanks :) In reply to Creating a Moose object either from args or from cache by cLive ;-)
|
|