JCacheStorage::getInstance
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JCacheStorage::getInstance[edit]
Description[edit]
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[edit]
JCacheStorage::getInstance source code on BitBucket
Class JCacheStorage
Subpackage Cache
- Other versions of JCacheStorage::getInstance
User contributed notes[edit]
Code Examples[edit]