API17:JCacheStorage::getInstance
From Joomla! Documentation
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

- Referenced by
See also
JCacheStorage::getInstance source code on BitBucket
Class JCacheStorage
Subpackage Cache- Other versions of JCacheStorage::getInstance
User contributed notes
Code Examples