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

Text::Forge::NoCache - Cache Stub for Text::Forge

SYNOPSIS

 use Text::Forge;
 my $forge = new Text::Forge;
 $forge->cache_module('Text::Forge::NoCache');

DESCRIPTION

This module is just a stub that implements the Text::Forge caching interface but does not actually perform any caching.

This is useful when working under persistent environments like mod_perl and you want your changes to take effect immediately.

AUTHOR

Copyright 1998-1999, Maurice Aubrey <maurice@hevanet.com>. All rights reserved.

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

SEE ALSO

Text::Forge::MemCache, Text::Forge