chi::driver::null(3pm) debian man page | unix.com

Man Page: chi::driver::null

Operating Environment: debian

Section: 3pm

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::development(3pm) - debian
chi::driver::memcached::fast(3pm) - debian
data::objectdriver::driver::cache::apache(3pm) - debian
poet::cache(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Detecting unused variables...
A (ksh) Library For and From UNIX.com