apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: Cache_Lite_Output

Source Location: /Cache_Lite-1.3.1/Lite/Output.php

Class Overview

Cache_Lite
   |
   --Cache_Lite_Output



Methods


Inherited Variables

Inherited Methods

Class: Cache_Lite

Cache_Lite::Cache_Lite()
Constructor
Cache_Lite::clean()
Clean the cache
Cache_Lite::get()
Test if a cache is available and (if yes) return it
Cache_Lite::getMemoryCachingState()
Cache_Lite::lastModified()
Return the cache last modification time
Cache_Lite::raiseError()
Trigger a PEAR error
Cache_Lite::remove()
Remove a cache file
Cache_Lite::save()
Save some data in a cache file
Cache_Lite::saveMemoryCachingState()
Cache_Lite::setLifeTime()
Set a new life time
Cache_Lite::setToDebug()
Set to debug mode

Class Details

[line 16]


[ Top ]


Method Detail

Cache_Lite_Output (Constructor)   [line 30]

Cache_Lite_Output Cache_Lite_Output( array $options)

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

Parameters:

array   $options   —  options

[ Top ]

end   [line 61]

void end( )

Stop the cache
  • Access: public

[ Top ]

start   [line 43]

boolean start( string $id, [string $group = 'default'])

Start the cache
  • Return: true if the cache is hit (false else)
  • Access: public

Parameters:

string   $id   —  cache id
string   $group   —  name of the cache group

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:54:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.