API17:JCacheStorageMemcache::test
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheStorageMemcache::test|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorageMemcache::test|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function test () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean True on success, false otherwise. | |
| − | boolean True on success, false otherwise. | + | * '''Defined''' on line 257 of libraries/joomla/cache/storage/memcache.php |
| − | + | ||
| − | libraries/joomla/cache/storage/memcache.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheStorageMemcache::test source code''' on [[jplatform:cache/storage/memcache.php#cl-249|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheStorageMemcache/11.1|JCacheStorageMemcache]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheStorageMemcache::test|Other versions of JCacheStorageMemcache::test]] | ||
| + | {{SeeAlso:JCacheStorageMemcache::test}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageMemcache::test|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorageMemcache::test|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | Line 30: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheStorageMemcache]][[Category:JCacheStorageMemcache::test]]</noinclude> | <noinclude>[[Category:JCacheStorageMemcache]][[Category:JCacheStorageMemcache::test]]</noinclude> | ||
Revision as of 20:18, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheStorageMemcache::test
Description
Test to see if the cache storage is available.
Description:JCacheStorageMemcache::test [Edit Descripton]
public static function test ()
- Returns boolean True on success, false otherwise.
- Defined on line 257 of libraries/joomla/cache/storage/memcache.php
See also
-
JCacheStorageMemcache::test source code on BitBucket
-
Class JCacheStorageMemcache
-
Subpackage Cache
- Other versions of JCacheStorageMemcache::test
SeeAlso:JCacheStorageMemcache::test [Edit See Also]
User contributed notes
<CodeExamplesForm />
