Class PlgSystemCache

Description

Joomla! Page Cache Plugin

Located in /plugins/system/cache/cache.php (line 18)

JObject
   |
   --JEvent
      |
      --JPlugin
         |
         --PlgSystemCache
Variable Summary
 mixed $_cache
 mixed $_cache_key
Method Summary
 PlgSystemCache __construct ( &$subject, array $config, object $subject)
 void onAfterRender ()
Variables
mixed $_cache = null (line 21)
mixed $_cache_key = null (line 23)

Inherited Variables

Inherited from JPlugin

JPlugin::$autoloadLanguage
JPlugin::$params
JPlugin::$_name
JPlugin::$_type

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

JObject::$_errors
Methods
Constructor __construct (line 33)

Constructor

  • since: 1.0
  • access: protected
PlgSystemCache __construct ( &$subject, array $config, object $subject)
  • object $subject: The object to observe
  • array $config: An array that holds the plugin configuration
  • &$subject

Redefinition of:
JPlugin::__construct()
Constructor
onAfterInitialise (line 52)

Converting the site URL to fit to the HTTP request

void onAfterInitialise ()
onAfterRender (line 92)
void onAfterRender ()

Inherited Methods

Inherited From JPlugin

 JPlugin::__construct()
 JPlugin::loadLanguage()

Inherited From JEvent

 JEvent::__construct()
 JEvent::update()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 14:54:51 +0100 by phpDocumentor 1.4.3