Development

#2818 (sfFileCache doesn't expire cache without explicit call to setLifeTime())

You must first sign up to be able to contribute.

Ticket #2818 (closed defect: wontfix)

Opened 11 months ago

Last modified 5 months ago

sfFileCache doesn't expire cache without explicit call to setLifeTime()

Reported by: jamesGlinn Assigned to: jamesGlinn
Priority: minor Milestone:
Component: cache Version: 1.0.9
Keywords: Cc:
Qualification: Unreviewed

Description

The sfFileCache::initalize() method accepts a lifeTime parameter, but doesn't correctly set the refreshTime property. This causes the cache to never be invalidated, regardless of the lifeTime value set when calling the initialize() method.

A workaround is to explicitly call setLifeTime() itself.

Change History

01/21/08 22:05:36 changed by jamesGlinn

  • owner changed from fabien to jamesGlinn.
  • status changed from new to assigned.

02/08/08 23:51:34 changed by dwhittle

Is there an update or patch for this?

06/23/08 06:43:45 changed by dwhittle

  • status changed from assigned to closed.
  • resolution set to wontfix.