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)
Related Man Pages |
---|
chi::driver::fastmmap(3pm) - debian |
chi::driver::memcached::libmemcached(3pm) - debian |
chi::driver::memory(3pm) - debian |
cache::null(3pm) - debian |
poet::cache(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
How to copy a column of multiple files and paste into new excel file (next to column)? |