API17:JCacheStorageHelper
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JCacheStorageHelper== | ||
| + | ===Description=== | ||
| + | {{Description:JCacheStorageHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JCacheStorageHelper|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorageHelper|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JCacheStorageHelper::__construct/11.1|__construct]] | |[[JCacheStorageHelper::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JCacheStorageHelper::updateSize/11.1|updateSize]] | |[[JCacheStorageHelper::updateSize/11.1|updateSize]] | ||
|Increase cache items count. | |Increase cache items count. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/cache/storage/helpers/helper.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.cache.storage.helpers.helper' );</source> | <source lang="php">jimport( 'joomla.cache.storage.helpers.helper' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JCacheStorageHelper source code | + | * {{JVer|11.1}} '''JCacheStorageHelper source code''' on [[jplatform:cache/storage/helpers/helper.php|BitBucket]] |
| − | * [[JCacheStorageHelper|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Cache/11.1|Cache]] |
| + | * [[JCacheStorageHelper|Other versions of JCacheStorageHelper]] | ||
{{SeeAlso:JCacheStorageHelper}} | {{SeeAlso:JCacheStorageHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageHelper|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorageHelper|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 41: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheStorageHelper]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JCacheStorageHelper]]</noinclude> | ||
Revision as of 17:56, 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.
JCacheStorageHelper
Description
Description:JCacheStorageHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | updateSize | Increase cache items count. |
- Defined in libraries/joomla/cache/storage/helpers/helper.php
Importing
jimport( 'joomla.cache.storage.helpers.helper' );
See also
-
JCacheStorageHelper source code on BitBucket
-
Subpackage Cache
- Other versions of JCacheStorageHelper
SeeAlso:JCacheStorageHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />
