API17

API17:JCache::getInstance

From Joomla! Documentation

Joomla 11.1 JCache::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 84 of libraries/joomla/cache/cache.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples