API17

Difference between revisions of "JCacheStorageXcache::getAll"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Get all cached data.  
 
Get all cached data.  
  
{{Description:JCacheStorageXcache::getAll}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JCacheStorageXcache::getAll|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JCacheStorageXcache::getAll ()
+
public function getAll ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 51 of libraries/joomla/cache/storage/xcache.php
 +
===See also===
 +
* {{JVer|11.1}} '''JCacheStorageXcache::getAll source code''' on [[jplatform:cache/storage/xcache.php#cl-43|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JCacheStorageXcache|JCacheStorageXcache]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
 +
* [[API17:JCacheStorageXcache::getAll|Other versions of JCacheStorageXcache::getAll]]
  
===Defined in===
+
 
libraries/joomla/cache/storage/xcache.php (line 51)
+
===User contributed notes===
* see source code in [[jplatform:cache/storage/xcache.php#cl-51|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageXcache::getAll|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JCacheStorageXcache/11.1|JCacheStorageXcache]]
 
* [[JCacheStorageXcache::getAll|Other versions of this method]]
 
{{SeeAlso:JCacheStorageXcache::getAll}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JCacheStorageXcache::getAll
 
category=JCacheStorageXcache::getAll
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorageXcache]][[Category:JCacheStorageXcache::getAll]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:28, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheStorageXcache::getAll[edit]

Description[edit]

Get all cached data.


public function getAll ()
  • Returns
  • Defined on line 51 of libraries/joomla/cache/storage/xcache.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]