From: d. Taylor Singletary Subject: Re: Class::DBI::Cacheable CACHE_ROOT setting Date: 15:08 on 08 Apr 2005
Thanks much. I should have thought of that. Vernacular in documentation
often makes a world of a difference to me.
d. Taylor Singletary
On Fri, 2005-04-08 at 11:03 -0400, Cees Hek wrote:
> Override usually means override a method so maybe putting something> like this in your base class will work:> > sub CACHE_ROOT {> return '/tmp/new_cache_directory';> }> > Cheers,> > Cees