Someone posted a question in a forum that time based caching does not reset.
I had a look at the method in the class

     if ($lifespan = $this->options[$type . '_lifespan']) {
       $cutoff = time() - $lifespan;
     }
     else {

I think $cutoff have to be returned , and i tested it and it worked.

CommentFileSizeAuthor
views-cache-time-fix.patch666 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mdroste’s picture

Status: Needs review » Reviewed & tested by the community
merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 2.x and 3.x branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Thanks! That was it.

geerlingguy’s picture

I'm having the same problem - is this in the -dev only right now?

dawehner’s picture

as merlinofchaos said.

Its commited into both 2.x and 3.x branch.