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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 14:49, 24 March 2017
JCache::_getStorage
Description
Get the cache storage handler.
{{subst:Description:JCache::_getStorage}}
public function _getStorage ()
See also
JCache::_getStorage source code on BitBucket
Class JCache
Subpackage Cache
- Other versions of JCache::_getStorage
{{subst:SeeAlso:JCache::_getStorage}}
User contributed notes
<CodeExamplesForm />