debian man page for chi::driver::null

Query: chi::driver::null

OS: debian

Section: 3pm

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

CHI::Driver::Null(3pm)					User Contributed Perl Documentation				    CHI::Driver::Null(3pm)

NAME
CHI::Driver::Null - Nothing is cached
VERSION
version 0.54
SYNOPSIS
use CHI; my $cache = CHI->new(driver => 'Null'); $cache->set('key', 5); my $value = $cache->get('key'); # returns undef
DESCRIPTION
This cache driver implements the full CHI interface without ever actually storing items. Useful for disabling caching in an application, for example.
SEE ALSO
CHI
AUTHOR
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-30 CHI::Driver::Null(3pm)
Related Man Pages
chi::driver::development(3pm) - debian
chi::driver::memcached(3pm) - debian
chi::driver::memcached::fast(3pm) - debian
chi::driver::memcached::libmemcached(3pm) - debian
data::objectdriver::driver::cache::apache(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
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