Class plgSystemCache

Description

Joomla! Page Cache Plugin

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

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

Inherited Variables

Inherited from JPlugin

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

Inherited from JEvent

JEvent::$_subject

Inherited from JObject

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

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

Converting the site URL to fit to the HTTP request

void onAfterInitialise ()
onAfterRender (line 84)
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()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:52:39 -0500 by phpDocumentor 1.4.4