API17:JCacheStorage::remove
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:JCacheStorage::remove|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorage::remove|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function remove ( |
| + | $id | ||
| + | $group | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True on success, false otherwise | |
| − | boolean True on success, false otherwise | + | * '''Defined''' on line 180 of libraries/joomla/cache/storage.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/cache/storage.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheStorage::remove source code''' on [[jplatform:cache/storage.php#cl-172|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheStorage/11.1|JCacheStorage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheStorage::remove|Other versions of JCacheStorage::remove]] | ||
| + | {{SeeAlso:JCacheStorage::remove}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorage::remove|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorage::remove|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::remove]]</noinclude> | <noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::remove]]</noinclude> | ||
Revision as of 20:16, 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.
JCacheStorage::remove
Description
Remove a cached data entry by id and group.
Description:JCacheStorage::remove [Edit Descripton]
public function remove ( $id $group )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group |
- Returns boolean True on success, false otherwise
- Defined on line 180 of libraries/joomla/cache/storage.php
- Since
See also
-
JCacheStorage::remove source code on BitBucket
-
Class JCacheStorage
-
Subpackage Cache
- Other versions of JCacheStorage::remove
SeeAlso:JCacheStorage::remove [Edit See Also]
User contributed notes
<CodeExamplesForm />
