RSS | Module Info | Add a review of CHI
CHI
(0.56)
The DBI of caching. Stop reinventing your caching framework and just use this.
UPDATE 2013-01-16: unfortunately, the use of Moose reduces the usefulness of CHI for command-line scripts (0.2s/146 files/53k lines startup overhead just to initialize a File cache). So 4 stars instead of 5. Let's hope the author migrates to Moo someday.
Steven Haryanto - 2012-04-24T05:20:53 (permalink)
2 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No
CHI
(0.49)
Great module that provide modern and pluggable caching. If you want to use a CHI in a Moose attribute, beware that CHI->new doesn't return a CHI, but a CHI::Driver.
JETEVE - 2012-02-11T04:37:28 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
CHI
(0.44)
A couple of "documented" features are not actually documented, even though they are mentioned. They don't seem to be in the source code either.
Darkness Productions - 2011-03-29T12:04:33 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
CHI
(0.39)
This is the most comprehensive Perl caching module available. With this module you get a very rich interface and you are always prepared for backend changes. I just dumped my custom caching module running only on Memcached in favor of CHI. I had some issues with Memcached on Windows but now with CHI I can use file backend on Windows and Memcached backend on Linux. And in the future I might like to switch to DBI backend on both platforms. With CHI these backend changes are trivial and can be completed within a minute!
Heikki Siltala - 2011-02-27T13:27:35 (permalink)
4 out of 5 found this review helpful.
Was this review helpful to you?
Yes
No
CHI
(0.26)
Excellent module, does exactly what it is supposed to do and does it really well. It took me no time at all to configure and implement a nicely namespaced cache. And when I realized that the Memcached driver didn't support the clear method, it only took about 2 minutes two switch over to the DBI driver instead. Great job Jonathan!
Stevan Little - 2009-08-04T11:58:46 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

