API17

JCache:: getStorage: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get the cache storage handler.  
Get the cache storage handler.  


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


<source lang="php">
<source lang="php">
Line 17: 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]]
{{subst:SeeAlso:JCache::_getStorage}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCache::_getStorage
category=JCache::_getStorage
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:24, 25 March 2017

Joomla 11.1 JCache::_getStorage

Description

Get the cache storage handler.


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

See also


User contributed notes

Code Examples