JCache::getAll: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get a list of all cached data. | Get a list of all cached data. | ||
<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::getAll|Other versions of JCache::getAll]] | * [[API17:JCache::getAll|Other versions of JCache::getAll]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCache::getAll | category=JCache::getAll | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:24, 25 March 2017
JCache::getAll
Description
Get a list of all cached data.
public function getAll ()
- Returns mixed Boolean false on failure or an object with a list of cache groups and data
- Defined on line 179 of libraries/joomla/cache/cache.php
- Since

See also
JCache::getAll source code on BitBucket
Class JCache
Subpackage Cache- Other versions of JCache::getAll
User contributed notes
Code Examples