API17:JCacheStorage::getInstance
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheStorage::getInstance
Description
Returns a cache storage handler object, only creating it if it doesn't already exist.
Description:JCacheStorage::getInstance [Edit Descripton]
Since
Synopsis
public static JCacheStorage::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 in
libraries/joomla/cache/storage.php
Referenced by
See also
SeeAlso:JCacheStorage::getInstance
Examples
<CodeExamplesForm />
