Class Cache_Lite_Output

Description

Located in /includes/Cache/Lite/Output.php (line 16)

Cache_Lite
   |
   --Cache_Lite_Output
Method Summary
Cache_Lite_Output Cache_Lite_Output (array $options)
void end ()
boolean start (string $id, [string $group = 'default'])
Variables
Methods
Constructor Cache_Lite_Output (line 30)

Constructor

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

  • access: public
Cache_Lite_Output Cache_Lite_Output (array $options)
  • array $options: options
end (line 61)

Stop the cache

  • access: public
void end ()
start (line 43)

Start the cache

  • return: true if the cache is hit (false else)
  • access: public
boolean start (string $id, [string $group = 'default'])
  • string $id: cache id
  • string $group: name of the cache group

Inherited Methods

Inherited From Cache_Lite

Cache_Lite::Cache_Lite()
Cache_Lite::clean()
Cache_Lite::get()
Cache_Lite::getMemoryCachingState()
Cache_Lite::lastModified()
Cache_Lite::raiseError()
Cache_Lite::remove()
Cache_Lite::save()
Cache_Lite::saveMemoryCachingState()
Cache_Lite::setLifeTime()
Cache_Lite::setToDebug()

Documentation generated on Fri, 4 Mar 2005 13:56:49 +1000 by phpDocumentor 1.3.0RC3