The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::LibXML::Cache::Base - Base class for XML::LibXML caches

VERSION

version 0.13

DESCRIPTION

Base class for the document and style sheet caches.

METHODS

new

Only used by subclasses.

cache_hits

    my $hits = $cache->cache_hits;

Return the number of cache hits.

AUTHOR

Nick Wellnhofer <wellnhofer@aevum.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Nick Wellnhofer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.