API17

JCache:: getStorage: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Get the cache storage handler.  
Get the cache storage handler.  


{{Description:JCache::_getStorage}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCache::_getStorage|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JCache->_getStorage ()
public function _getStorage ()
</source>
</source>
===Returns===
* '''Returns''' object A  object
object A  object
* '''Defined''' on line 381 of libraries/joomla/cache/cache.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/cache/cache.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JCache::_getStorage source code''' on [[jplatform:cache/cache.php#cl-373|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JCache::_getStorage|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JCache|JCache]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCache/11.1|JCache]]
* [[API17:JCache::_getStorage|Other versions of JCache::_getStorage]]
* [[JCache::_getStorage|Other versions of this method]]
 
{{SeeAlso:JCache::_getStorage}}
 
===Examples===
===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=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCache]][[Category:JCache::_getStorage]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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