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. | ||
<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]] | ||
===User contributed notes=== | ===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=* |
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