API17

Difference between revisions of "JCacheStorageXcache::test"

From Joomla! Documentation

m (JoomlaWikiBot moved page JCacheStorageXcache::test/11.1 to API17:JCacheStorageXcache::test without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCacheStorageXcache::test source code''' on [[jplatform:cache/storage/xcache.php#cl-175|BitBucket]]
 
* {{JVer|11.1}} '''JCacheStorageXcache::test source code''' on [[jplatform:cache/storage/xcache.php#cl-175|BitBucket]]
* {{JVer|11.1}} Class [[JCacheStorageXcache/11.1|JCacheStorageXcache]]
+
* {{JVer|11.1}} Class [[API17:JCacheStorageXcache|JCacheStorageXcache]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheStorageXcache::test|Other versions of JCacheStorageXcache::test]]
+
* [[API17:JCacheStorageXcache::test|Other versions of JCacheStorageXcache::test]]
 
{{SeeAlso:JCacheStorageXcache::test}}
 
{{SeeAlso:JCacheStorageXcache::test}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 33: Line 33:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorageXcache]][[Category:JCacheStorageXcache::test]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:55, 11 May 2013

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

Description[edit]

Test to see if the cache storage is available.

Template:Description:JCacheStorageXcache::test [Edit Descripton]

public static function test ()
  • Returns boolean True on success, false otherwise.
  • Defined on line 183 of libraries/joomla/cache/storage/xcache.php

See also[edit]

Template:SeeAlso:JCacheStorageXcache::test [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />