API17

JCache:: getStorage: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Get the cache storage handler.  
Get the cache storage handler.  


{{Description:JCache::_getStorage}}
{{subst:Description:JCache::_getStorage}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCache::_getStorage|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function _getStorage ()
public function _getStorage ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCache::_getStorage|Other versions of JCache::_getStorage]]
* [[API17:JCache::_getStorage|Other versions of JCache::_getStorage]]
{{SeeAlso:JCache::_getStorage}}
{{subst:SeeAlso:JCache::_getStorage}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCache::_getStorage|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:49, 24 March 2017

Joomla 11.1 JCache::_getStorage

Description

Get the cache storage handler.

{{subst:Description:JCache::_getStorage}}

public function _getStorage ()
  • Returns object A object
  • Defined on line 381 of libraries/joomla/cache/cache.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JCache::_getStorage}}

User contributed notes

<CodeExamplesForm />