debian man page for cache::ref::null

Query: cache::ref::null

OS: debian

Section: 3pm

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

Cache::Ref::Null(3pm)					User Contributed Perl Documentation				     Cache::Ref::Null(3pm)

NAME
Cache::Ref::Null - Caches nothing
SYNOPSIS
# useful for comparing the effect of a cache compared to no # caching without code changes: my $c = Cache::Profile::Compare->new( caches => [ Cache::Ref::Foo->new( ... ), Cache::Ref->Null->new, ], );
DESCRIPTION
This cache implementation will cache nothing. This is primarily intended for testing or comparing runtime without a cache against runtime with a cache. It's like Cache::Null but supports the additional methods in Cache::Ref.
AUTHOR
Yuval Kogman
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Yuval Kogman. 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.12.4 2010-09-23 Cache::Ref::Null(3pm)
Related Man Pages
cache::basecache(3pm) - debian
cache::null(3pm) - debian
cache::ref(3pm) - debian
cache::sharedmemorycache(3pm) - debian
cache::sizeawarefilecache(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections