API16:JCacheStorage/test
From Joomla! Documentation
Description
Test to see if the storage handler is available.
Template:Description:JCacheStorage/test
Syntax
test()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/cache/storage.php
Importing
jimport( 'joomla.cache.storage' );
Source Body
function test()
{
return true;
}
[Edit See Also] Template:SeeAlso:JCacheStorage/test
Examples
<CodeExamplesForm />