debian man page for text::micromason::cache::null

Query: text::micromason::cache::null

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MicroMason::Cache::Null(3pm)				User Contributed Perl Documentation			      MicroMason::Cache::Null(3pm)

NAME
Text::MicroMason::Cache::Null - Trivial Cache with No Data Storage
DESCRIPTION
This trivial cache class supports the cache interface but doesn't store or retrieve any values. Public Methods new() $cache = Text::MicroMason::Cache::Null->new(); get() undef = $cache->get( $key ); Does nothing. set() $cache->set( $key, $value ); Returns the provided value. clear() $cache->clear(); Does nothing.
SEE ALSO
For uses of this cache class, see Text::MicroMason::ExecuteCache. Additional cache classes are available in the Text::MicroMason::Cache:: namespace, or select other caching modules on CPAN that support the interface described in Cache::Cache. For distribution, installation, support, copyright and license information, see Text::MicroMason::Docs::ReadMe. perl v5.10.1 2007-01-29 MicroMason::Cache::Null(3pm)
Related Man Pages
cache::null(3pm) - debian
text::micromason::catcherrors(3pm) - debian
text::micromason::debug(3pm) - debian
text::micromason::doublequote(3pm) - debian
text::micromason::quicktemplate(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph