JCacheStorage::getInstance
Returns a cache storage handler object, only creating it if it doesn't already exist.
Signature
public function getInstance([string
$handler = null,
array
$options] )
Parameters
-
$handler
- The cache storage handler to instantiate
-
$options
- Array of handler options
Returns
- JCacheStorage
- A JCacheStorage instance