|
|
| |
Jifty::CAS::Store::Memory(3) |
User Contributed Perl Documentation |
Jifty::CAS::Store::Memory(3) |
Jifty::CAS::Store::Memory - An single-process in-memory CAS store
This is the default backend store for Jifty::CAS. For more information, see
"DESCRIPTION" in Jifty::CAS.
Stores the BLOB (a Jifty::CAS::Blob) in the backend. Returns the key. Don't use
this directly, use "publish" instead.
Returns the most recent key for the given pair of
"DOMAIN" and
"NAME", or undef if none such exists.
Returns a Jifty::CAS::Blob for the given pair of
"DOMAIN" and
"KEY", or undef if none such exists.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |