Jifty::CAS::Store::Memcached - A memcached backend for Jifty's CAS
At the bare minimum, add the following to your Jifty config.yml:
framework:
CAS:
Default:
Class: 'Jifty::CAS::Store::Memcached'
The options available include:
framework:
CAS:
Default:
Class: 'Jifty::CAS::Store::Memcached'
# any options Cache::Memcached supports
Servers:
- 10.0.0.2:11211
- 10.0.0.3:11211
Compress_Threshold: 5120
This is a memcached backend for Jifty::CAS. For more information about Jifty's
CAS, see "DESCRIPTION" in Jifty::CAS.
Constructs the "memcached" object for this object, based on the
specified "servers",
"debug",
"namespace", and
"compress_threshold" arguments in the CAS
configuration.
Returns the Cache::Memcached object for this class.
Stores the BLOB (a Jifty::CAS::Blob) in memcached. Returns the key on success or
undef on failure.
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.