API17

JCacheStorageXcache::test: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Test to see if the cache storage is available.  
Test to see if the cache storage is available.  


{{Description:JCacheStorageXcache::test}}
{{subst:Description:JCacheStorageXcache::test}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheStorageXcache::test|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public static function test ()
public static function test ()
Line 18: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheStorageXcache::test|Other versions of JCacheStorageXcache::test]]
* [[API17:JCacheStorageXcache::test|Other versions of JCacheStorageXcache::test]]
{{SeeAlso:JCacheStorageXcache::test}}
{{subst:SeeAlso:JCacheStorageXcache::test}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageXcache::test|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:54, 24 March 2017

Joomla 11.1 JCacheStorageXcache::test

Description

Test to see if the cache storage is available.

{{subst:Description:JCacheStorageXcache::test}}

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

See also

{{subst:SeeAlso:JCacheStorageXcache::test}}

User contributed notes

<CodeExamplesForm />