API17

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.  


{{subst:Description:JCache::getAll}}
 


<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]]
{{subst:SeeAlso:JCache::getAll}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCache::getAll
category=JCache::getAll
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:24, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples