API16

API16:JCacheStorage/test

From Joomla! Documentation

Revision as of 22:38, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Test to see if the storage handler is available. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JCacheStorage/test|Edit Descripton...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Test to see if the storage handler is available.

[Edit Descripton]

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 />