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
Email::MIME::CreateHTML::Resolver::Cached(3) User Contributed Perl Documentation Email::MIME::CreateHTML::Resolver::Cached(3)

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.

$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)

Tony Hennessy, Simon Flack and John Alden with additional contributions by Ricardo Signes <rjbs@cpan.org> and Henry Van Styn <vanstyn@cpan.org>

(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

2018-01-26 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.