perl-modperl mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Chris" <ch...@prather.org>
Subject Re: Cache::Cache issues
Date Tue, 20 Aug 2002 14:18:06 GMT
> On Tue, 20 Aug 2002, Chris wrote:
> 
>> my $timeout1 = $Cache->get_object('1')->get_expires_at();
>> my $timeout2 = $Cache->get_object('1')->get_expires_at();
> 
> ... ETOOMUCHCUTNPASTE.
> 

Ick... My bad there. That explains one problem. Thanks.
Still I get the same values for $timeout before for:

$Cache->set('1', 'Yes', "5 m");
print $Cache->get_object('1')->get_expires_at(), "\n";
$Cache->get_object('1')->set_expires_at("10 m");
print $Cache->get_object('1')->get_expires_at();

Is this supposed to happen?

-Chris


Mime
View raw message