API16:JCacheStorageXCache/test
From Joomla! Documentation
Description
Test to see if the cache storage is available.
<! removed transcluded page call, red link never existed >
Syntax
test()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/cache/storage/xcache.php
Importing
jimport( 'joomla.cache.storage.xcache' );
Source Body
function test()
{
return (extension_loaded('xcache'));
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples