JCacheStorageXcache::test: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m preparing for archive only |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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"> | ||
public static function test () | public static function test () | ||
| Line 15: | Line 13: | ||
===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 | * {{JVer|11.1}} Class [[API17:JCacheStorageXcache|JCacheStorageXcache]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Cache | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[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