API17

Difference between revisions of "JCacheStorage::getInstance"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 36: Line 36:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JCache::_getStorage/11.1|JCache::_getStorage]]
+
** [[API17:JCache::_getStorage|JCache::_getStorage]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCacheStorage::getInstance source code''' on [[jplatform:cache/storage.php#cl-86|BitBucket]]
 
* {{JVer|11.1}} '''JCacheStorage::getInstance source code''' on [[jplatform:cache/storage.php#cl-86|BitBucket]]
* {{JVer|11.1}} Class [[JCacheStorage/11.1|JCacheStorage]]
+
* {{JVer|11.1}} Class [[API17:JCacheStorage|JCacheStorage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheStorage::getInstance|Other versions of JCacheStorage::getInstance]]
+
* [[API17:JCacheStorage::getInstance|Other versions of JCacheStorage::getInstance]]
 
{{SeeAlso:JCacheStorage::getInstance}}
 
{{SeeAlso:JCacheStorage::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:51, 11 May 2013

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.

Joomla 11.1 JCacheStorage::getInstance[edit]

Description[edit]

Returns a cache storage handler object, only creating it if it doesn't already exist.

Template:Description:JCacheStorage::getInstance [Edit Descripton]

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 Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JCacheStorage::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />