Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class JCacheView

Description

Joomla! Cache view type object

Located in /joomla/cache/handler/view.php (line 26)

Class JObject   (Subpackage Base)

Abstract class JCache
   
   Class JCacheView   (Subpackage Cache)
Method Summary
Method boolean get ( &$view, string $method, [string $id = false], object $view, string $group)
Variables

Inherited Variables

Inherited from JObject

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

Get the cached view data

  • return: True if the cache is hit (false else)
  • since: 1.5
  • access: public
boolean get ( &$view, string $method, [string $id = false], object $view, string $group)
  • object $view: The view object to cache output for
  • string $method: The method name of the view method to cache output for
  • string $group: The cache data group
  • string $id: The cache data id
  • &$view

Redefinition of:
JCache::get()
Get 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()

Documentation generated on Tue, 29 Jan 2008 18:52:38 +0000 by phpDocumentor 1.3.1