The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::Filter::Cache::File - Filesystem based caching implementation

DESCRIPTION

This default cache plugin module uses a file on the filesystem to store the cached events. It simply does an MD5 hash of the Key (either passed in or created from the SystemId), and stores that under CacheRoot. It also uses a two-part directory system to speed things up under ext2fs.

PARAMETERS

CacheRoot

Pass this in to XML::Filter::Cache->new() to change the default cache directory from File::Spec->tmpdir to something different.

Key

This specifies a unique key to use in constructing the cache.

SEE ALSO

XML::Filter::Cache.