Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JCachePage

Description

Joomla! Cache page type object

Located in /joomla/cache/handlers/page.php (line 27)

Class JObject   (Subpackage Base)

Abstract class JCache
   
   Class JCachePage   (Subpackage Cache)
Method Summary
Method boolean get ([string $id = false], [string $group = 'page'])
Method boolean store ()
Methods
get (line 38)

Get the cached page data

  • return: True if the cache is hit (false else)
  • since: 1.5
  • access: public
boolean get ([string $id = false], [string $group = 'page'])
  • string $id: The cache data id
  • string $group: The cache data group

Redefinition of:
JCache::get()
Get cached data by id and group
store (line 80)

Stop the cache buffer and store the cached data

  • return: True if cache stored
  • since: 1.5
  • access: public
boolean store ()

Redefinition of:
JCache::store()
Store the cached data by id and group

Inherited Methods

Inherited From JCache

 JCache::__construct()
 JCache::clean()
 JCache::gc()
 JCache::get()
 JCache::getInstance()
 JCache::remove()
 JCache::setCacheValidation()
 JCache::setCaching()
 JCache::setLifeTime()
 JCache::store()
 JCache::_getStorageHandler()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:12:34 +0000 by phpDocumentor 1.3.1