JCache:: getStorage: Difference between revisions
From Joomla! Documentation
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. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function _getStorage () | ||
</source> | </source> | ||
* '''Returns''' object A object | |||
object A object | * '''Defined''' on line 381 of libraries/joomla/cache/cache.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/cache/cache.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCache::_getStorage source code''' on [[jplatform:cache/cache.php#cl-373|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JCache|JCache]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | |||
* | * [[API17:JCache::_getStorage|Other versions of JCache::_getStorage]] | ||
* [[JCache::_getStorage|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCache::_getStorage | category=JCache::_getStorage | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 02:24, 25 March 2017
JCache::_getStorage
Description
Get the cache storage handler.
public function _getStorage ()
See also
JCache::_getStorage source code on BitBucket
Class JCache
Subpackage Cache
- Other versions of JCache::_getStorage
User contributed notes
Code Examples