Email::MIME::CreateHTML::Resolver::Cached - wraps caching around a resource resolver
Contents
Copyright
(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
perl v5.36.0 2022-12-06 Email::MIME::C...esolver::Cached(3pm)
Description
This is used by Email::MIME::CreateHTML to load resources.
Methods
$o = new Email::MIME::CreateHTML::Resolver::Cached(\%args)
%args can contain:
base
Base URI to resolve URIs passed to get_resource.
object_cache (mandatory)
A cache object
resolver (mandatory)
Another resolver to apply caching to
($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)
Name
Email::MIME::CreateHTML::Resolver::Cached - wraps caching around a resource resolver
Synopsis
my $o = new Email::MIME::CreateHTML::Resolver::Cached(\%args)
my ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)
