| Email-MIME-CreateHTML documentation | view source | Contained in the Email-MIME-CreateHTML distribution. |
Email::MIME::CreateHTML::Resolver::Cached - wraps caching around a resource resolver
my $o = new Email::MIME::CreateHTML::Resolver::Cached(\%args) my ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)
This is used by Email::MIME::CreateHTML to load resources.
%args can contain:
Base URI to resolve URIs passed to get_resource.
A cache object
Another resolver to apply caching to
$Revision: 1.4 $ on $Date: 2006/08/24 21:41:38 $ by $Author: johna $
Tony Hennessy, Simon Flack and John Alden
(c) BBC 2005,2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
| Email-MIME-CreateHTML documentation | view source | Contained in the Email-MIME-CreateHTML distribution. |