Jonathan Swartz > CHI > CHI::Driver

Download:
CHI-0.32.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
View Bugs
Report a bug
Source  

NAME ^

CHI::Driver -- Base class for all CHI drivers.

DESCRIPTION ^

This is the base class that all CHI drivers inherit from. It provides the methods that one calls on $cache handles, such as get() and set().

See "METHODS" in CHI for documentation on $cache methods, and CHI::Driver::Development for documentation on creating new subclasses of CHI::Driver.

AUTHOR ^

Jonathan Swartz

COPYRIGHT & LICENSE ^

Copyright (C) 2007 Jonathan Swartz.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.