NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Sounds interesting (Score:2)
Reply to This
Re: (Score:1)
But APIs are similar to Class::DBI.
MoCo::Cache is simple cache object but doesn't have complicated features such as max size etc..
You can use Cache::* modules instead of MoCo::Cache.
please try like this.
# in your base model class.
package MyClass;
base qw(MoCo);
use Cache::Memory;
__PACKAGE__->cache_object('Cache::Memory');