JCacheStorage::getInstance/1.5
From Joomla! Documentation
JCacheStorage::getInstance
Description
Returns a reference to a cache storage hanlder object, only creating it if it doesn't already exist.
Description:JCacheStorage::getInstance [Edit Descripton]
public & function getInstance ( $handler= 'file' $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $handler | string | 'file' | The cache storage handler to instantiate |
| $options | array() |
- Returns object A JCacheStorageHandler object
- Defined on line 62 of libraries/joomla/cache/storage.php
- Since
- Referenced by
See also
-
JCacheStorage::getInstance on api.joomla.org
-
JCacheStorage source code on JoomlaCode
-
Class JCacheStorage
-
Subpackage Cache
- Other versions of JCacheStorage::getInstance
SeeAlso:JCacheStorage::getInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />