[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/pattemplate/patTemplate/TemplateCache/ -> eAccelerator.php (summary)

patTemplate Template cache that stores data in the eAccelerator Cache $Id: eAccelerator.php 10381 2008-06-01 03:35:53Z pasamio $

Author: Mike Valstar <mikevalstar@thrashcorp.com>
File Size: 83 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

patTemplate_TemplateCache_eAccelerator:: (2 methods):
  load()
  write()


Class: patTemplate_TemplateCache_eAccelerator  - X-Ref

patTemplate Template cache that stores data in the eAccelerator Cache

If the lifetime is set to auto, the cache files will be kept until
you delete them manually.

$Id: eAccelerator.php 10381 2008-06-01 03:35:53Z pasamio $

load( $key, $modTime = -1 )   X-Ref
load template from cache

param: string            cache key
param: integer            modification time of original template
return: array|boolean    either an array containing the templates or false cache could not be loaded

write( $key, $templates )   X-Ref
write template to cache

param: string        cache key
param: array        templates to store
return: boolean        true on success



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1