Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 693 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 693 Rev 801
Line 21... Line 21...
21
			"duree_de_vie" => $this->dureecache));
21
			"duree_de_vie" => $this->dureecache));
22
	}
22
	}
Line 23... Line 23...
23
 
23
 
24
	public function chargerDureeCache() {
24
	public function chargerDureeCache() {
25
		if ($this->cacheActif == "1") {
25
		if ($this->cacheActif == "1") {
26
			$this->dureecache = $this->service->getDureeCache();
26
			$this->dureecache = Commun::getDureeCache();
27
		}
27
		}
Line 28... Line 28...
28
	}
28
	}
29
 
29