Subversion Repositories Applications.framework

Rev

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

Rev 249 Rev 251
Line 1... Line 1...
1
<?php 
1
<?php 
2
class ServiceCache extends Service {
2
class ServiceCache extends Service {
Line 3... Line 3...
3
	
3
	
4
	public function consulter($ressources, $parametres) {
-
 
5
		$texte = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.";
4
	public function consulter($ressources, $parametres) {
6
		$options = array(
5
		$options = array(
7
			'stockage_mode'				 => Cache::STOCKAGE_MODE_FICHIER,
6
			'stockage_mode'				 => Cache::STOCKAGE_MODE_FICHIER,
8
			'stockage_chemin'				 => $this->getTmpDir(),	
7
			'stockage_chemin'				 => $this->getTmpDir(),	
9
			'controle_ecriture'			 => false,
8
			'controle_ecriture'			 => false,