[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_handlers/ -> cache_handler.php (sommaire)

(pas de description)

Poids: 165 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

ecache:: (5 méthodes):
  cache_fname()
  retrieve()
  set()
  clear()
  delete()


Classe: ecache  - X-Ref

Class to cache data as files, improving site speed and throughput.

cache_fname($CacheTag)   X-Ref

param: string $query
return: string

retrieve($CacheTag, $MaximumAge = false, $ForcedCheck = false)   X-Ref

param: string $query
param: int $MaximumAge the time in minutes before the cache file 'expires'
return: string

set($CacheTag, $Data, $ForceCache = false, $bRaw=0)   X-Ref

param: string $CacheTag - name of tag for future retrieval
param: string $Data - data to be cached
param: bool   $ForceCache (optional, default false) - if TRUE, writes cache even when disabled
param: bool   $bRaw (optional, default false) - if TRUE, writes data exactly as provided instead of prefacing with php leadin
return: void

clear($CacheTag = '')   X-Ref

param: string $CacheTag
return: bool

delete($dir, $pattern = "*.*")   X-Ref

param: string $dir
param: string $pattern
return: bool



Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7