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_nameparameter be passed when a cache manager based on this driver is instantiated. The value ofcache_namewill be used to set thecachecolumn 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.
