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)NAMECHI::Driver::Null - Nothing is cachedVERSIONversion 0.54SYNOPSISuse CHI; my $cache = CHI->new(driver => 'Null'); $cache->set('key', 5); my $value = $cache->get('key'); # returns undefDESCRIPTIONThis cache driver implements the full CHI interface without ever actually storing items. Useful for disabling caching in an application, for example.SEE ALSOCHIAUTHORJonathan Swartz <swartz@pobox.com>COPYRIGHT AND LICENSEThis 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)