The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Treex::Core::CacheBlock - Treex::Core::Block with caching

VERSION

version 2.20151210

SYNOPSIS

use Moose;
sub process_bundle {
my ( $self, $bundle) = @_;
# bundle processing
}

DESCRIPTION

Treex::Core::CacheBlock is a decorator for any Treex::Core::Block which provides transparen caching.

SEE ALSO

Treex::Core::Block,

AUTHOR

Martin Majlis <majlis@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

Copyright © 2012 by Institute of Formal and Applied Linguistics, Charles University in Prague

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