
Hook::Modular::Cache::Null - Null cache

version 1.101050

This class implements a basic, hash-based cache.

This is a basic constructor; it doesn't take any arguments.
Takes a key argument and returns the value stored for this hash key.
Takes a key and a value and sets that hash key to that value.
Takes a key argument and deletes the hash entry for this key.

See perlmodinstall for information and options on installing Perl modules.

No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org/Public/Dist/Display.html?Name=Hook-Modular.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/Hook-Modular/.
The development version lives at http://github.com/hanekomu/Hook-Modular/. Instead of sending patches, please fork this project using the standard git and github infrastructure.

Marcel Gruenauer <marcel@cpan.org> Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This software is copyright (c) 2007 by Marcel Gruenauer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.