Knowledge Base / Appnel Solutions 

Last Modified
9 January 2007 @ 3pm

MT::Telegraph::CacheMgr::Object

NAME

MT::Telegraph::CacheMgr::Object - a cache manager driver used for the local storage of remote content using the Movable Type object storage system.

VERSION

Telegraph 0.62

SYNOPSIS

  use MT::Telegraph::CacheMgr;

  my $p = {cache_name  => 'example cache'};

  my $cache =
    MT::Telegraph::CacheMgr->new('Object', $p)
      or die MT::Telegraph::CacheMgr->errstr;

DESCRIPTION

This class is a driver used for the local storage of remote content using the Movable Type object storage system.

METHODS

  • MT::CacheMgr->new('Object',{cache_name => ''})

    This driver requires a cache_name parameter be passed when a cache manager based on this driver is instantiated. The value of cache_name will be used to set the cache column in MT::CacheData.

    When selecting a cache name, use a reasonably unique string to avoid naming collisions.

SEE ALSO

MT::CacheData

AUTHOR & COPYRIGHT

Copyright 2005-2007 Appnel Internet Solutions, LLC, info@appnel.com. All Rights Reserved. This code cannot be redistributed without permission of the author.


 

Submit Feedback on This Article

Your comments on how we can improve this article are appreciated. Please do not use the feedback form to submit support requests or question. We will not respond to or publish such queries submitted through this form.

Back to Home