The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 2.20210102

SYNOPSIS

 package Treex::Block::My::Block;
 use Moose;
 use Treex::Core::Common;
 extends 'Treex::Core::Block';

 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.