1CHI::Driver(3) User Contributed Perl Documentation CHI::Driver(3)
2
3
4
6 CHI::Driver - Base class for all CHI drivers
7
9 version 0.60
10
12 This is the base class that all CHI drivers inherit from. It provides
13 the methods that one calls on $cache handles, such as get() and set().
14
15 See "METHODS" in CHI for documentation on $cache methods, and
16 CHI::Driver::Development for documentation on creating new subclasses
17 of CHI::Driver.
18
20 CHI
21
23 Jonathan Swartz <swartz@pobox.com>
24
26 This software is copyright (c) 2012 by Jonathan Swartz.
27
28 This is free software; you can redistribute it and/or modify it under
29 the same terms as the Perl 5 programming language system itself.
30
31
32
33perl v5.28.0 2015-06-07 CHI::Driver(3)