API17

Difference between revisions of "JCache::getStores"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 17: Line 17:
 
array An array of available storage handlers
 
array An array of available storage handlers
 
===Defined in===
 
===Defined in===
libraries/joomla/cache/cache.php
+
libraries/joomla/cache/cache.php (line 95)
 +
* see source code in [[jplatform:cache/cache.php#cl-95|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JFormFieldCacheHandler/getOptions/11.1|JFormFieldCacheHandler::getOptions]]
+
* [[JFormFieldCacheHandler::getOptions/11.1|JFormFieldCacheHandler::getOptions]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:59, 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 JCache::getStores[edit]

Description[edit]

Get the storage handlers.

Template:Description:JCache::getStores [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JCache::getStores ()

Returns[edit]

array An array of available storage handlers

Defined in[edit]

libraries/joomla/cache/cache.php (line 95)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCache::getStores

Examples[edit]

<CodeExamplesForm />