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::cacheobject(3pm) - debian
chi::driver::file(3pm) - debian
chi::driver::memcached(3pm) - debian
chi::driver::memcached::fast(3pm) - debian
chi::driver::rawmemory(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph