NAME
Jifty::CAS::Store::Memory - An single-process in-memory CAS store
DESCRIPTION
This is the default backend store for Jifty::CAS. For more information, see "DESCRIPTION" in Jifty::CAS.
_store DOMAIN NAME BLOB
Stores the BLOB (a Jifty::CAS::Blob) in the backend. Returns the key. Don't use this directly, use publish instead.
key DOMAIN NAME
Returns the most recent key for the given pair of DOMAIN and NAME, or undef if none such exists.
retrieve DOMAIN KEY
Returns a Jifty::CAS::Blob for the given pair of DOMAIN and KEY, or undef if none such exists.