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