Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JCachePage

Description

Joomla! Cache page type object

  • since: 1.5

Located in /joomla/cache/handler/page.php (line 25)

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 ()
Variables

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
get (line 36)

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 78)

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::getStores()
 JCache::remove()
 JCache::setCacheValidation()
 JCache::setCaching()
 JCache::setLifeTime()
 JCache::store()
 JCache::_getStorage()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!