API17

API17:JCacheController::getInstance

From Joomla! Documentation

Joomla 11.1 JCacheController::getInstance

Description

Returns a reference to a cache adapter object, always creating it.


public static function getInstance (
        $type= 'output'
        $options=array
)
Parameter Type Default Description
$type string 'output' The cache object type to instantiate
$options array()
  • Returns object A object
  • Defined on line 69 of libraries/joomla/cache/controller.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples