NAME
XML::LibXML::Cache::Base - Base class for XML::LibXML caches
VERSION
version 0.12
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) 2012 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.