forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
508 B
Text
9 lines
508 B
Text
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is
|
|
useful to speed up loading of XML files in persistent web applications.
|
|
|
|
This module caches the document object after the first load and returns the
|
|
cached version on subsequent loads. Documents are reloaded whenever the document
|
|
file changes. Changes to other files referenced during parsing also cause a
|
|
reload. This includes external DTDs, external entities or XIncludes.
|
|
|
|
WWW: http://search.cpan.org/dist/XML-LibXML-Cache/
|