GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::CAS::Store::Memcached(3) User Contributed Perl Documentation Jifty::CAS::Store::Memcached(3)

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.
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.