XML::LibXML::Cache::Base - Base class for XML::LibXML caches |
XML::LibXML::Cache::Base - Base class for XML::LibXML caches
version 0.12
Base class for the document and style sheet caches.
Only used by subclasses.
my $hits = $cache->cache_hits;
Return the number of cache hits.
Nick Wellnhofer <wellnhofer@aevum.de>
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.
XML::LibXML::Cache::Base - Base class for XML::LibXML caches |