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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheStorageXcache::test | category=JCacheStorageXcache::test | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:28, 25 March 2017
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
JCacheStorageXcache::test source code on BitBucket
Class JCacheStorageXcache
Subpackage Cache- Other versions of JCacheStorageXcache::test
User contributed notes
Code Examples