API17

API17:JCacheStorage::getInstance

From Joomla! Documentation

Joomla 11.1 JCacheStorage::getInstance

Description

Returns a cache storage handler object, only creating it if it doesn't already exist.


public static function getInstance (
        $handler=null
        $options=array
)
Parameter Type Default Description
$handler string null The cache storage handler to instantiate
$options array()
  • Returns object A JCacheStorageHandler object
  • Defined on line 94 of libraries/joomla/cache/storage.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples