[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/Cache/Lite/ -> Output.php (summary)

This class extends Cache_Lite and uses output buffering to get the data to cache.

Author: Fabien MARTY
Version: $Id: Output.php,v 1.1 2005/07/22 01:57:13 eddieajau Exp $
File Size: 73 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 includes/Cache/Lite.php

Defines 1 class

Cache_Lite_Output:: (3 methods):
  Cache_Lite_Output()
  start()
  end()


Class: Cache_Lite_Output  - X-Ref

Cache_Lite_Output($options)   X-Ref
Constructor

$options is an assoc. To have a look at availables options,
see the constructor of the Cache_Lite class in 'Cache_Lite.php'

param: array $options options

start($id, $group = 'default')   X-Ref
Start the cache

param: string $id cache id
param: string $group name of the cache group
return: boolean true if the cache is hit (false else)

end()   X-Ref
Stop the cache