Overrides CachePluginBase::cacheExpire
protected function cacheExpire($type) { $lifespan = $this->getLifespan($type); if ($lifespan) { $cutoff = $this->time ->getRequestTime() - $lifespan; return $cutoff; } else { return FALSE; } }