table of contents
other versions
- Tumbleweed 0.610.0-1.2
- Leap-15.6
| CHI::Driver(3) | User Contributed Perl Documentation | CHI::Driver(3) |
NAME¶
CHI::Driver - Base class for all CHI drivers
VERSION¶
version 0.61
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 "INSTANCE METHODS" in CHI for documentation on $cache methods, and CHI::Driver::Development for documentation on creating new subclasses of CHI::Driver.
SEE ALSO¶
CHI
AUTHOR¶
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2021 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.
| 2025-06-12 | perl v5.42.0 |