API17

Difference between revisions of "JCacheStorageEaccelerator::getAll"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JCacheStorageEaccelerator->getAll ()
+
public JCacheStorageEaccelerator::getAll ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
array data
 
array data
 
===Defined in===
 
===Defined in===
libraries/joomla/cache/storage/eaccelerator.php
+
libraries/joomla/cache/storage/eaccelerator.php (line 57)
 +
* see source code in [[jplatform:cache/storage/eaccelerator.php#cl-57|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:02, 23 April 2011

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 JCacheStorageEaccelerator::getAll[edit]

Description[edit]

Get all cached data.

Template:Description:JCacheStorageEaccelerator::getAll [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JCacheStorageEaccelerator::getAll ()

Returns[edit]

array data

Defined in[edit]

libraries/joomla/cache/storage/eaccelerator.php (line 57)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCacheStorageEaccelerator::getAll

Examples[edit]

<CodeExamplesForm />