API17

JCacheStorageXcache::test: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Test to see if the cache storage is available.  
Test to see if the cache storage is available.  


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


<source lang="php">
<source lang="php">
Line 16: 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]]
{{subst:SeeAlso:JCacheStorageXcache::test}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheStorageXcache::test
category=JCacheStorageXcache::test
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:28, 25 March 2017

Joomla 11.1 JCacheStorageXcache::test

Description

Test to see if the cache storage is available.


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

See also


User contributed notes

Code Examples