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::LocalFile(3) User Contributed Perl Documentation Jifty::CAS::Store::LocalFile(3)

Jifty::CAS::Store::LocalFile - A local file backend for Jifty's CAS

This is a local file backend for Jifty::CAS, which provides a durable backend, unlike Jifty::CAS::Store::Memory and Jifty::CAS::Store::Memcached. For more information about Jifty's CAS, see "DESCRIPTION" in Jifty::CAS.

Configuration requires providing a directory which is writable by the web user:

    framework:
      CAS:
        Default:
          Class: 'Jifty::CAS::Store::LocalFile'
          Path: %var/cas%

Stores the BLOB (a Jifty::CAS::Blob) on disk. 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.

Since presumably the files on disk will not simply vanish, the local file store is durable.
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.