NAME
Treex::Core::CacheBlock - Treex::Core::Block with caching
VERSION
version 2.20150928
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
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.