API17

Difference between revisions of "JCacheStorageHelper"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(4 intermediate revisions by 2 users not shown)
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>
{{Description:JCacheStorageHelper}}
 
===Defined in===
 
libraries/joomla/cache/storage/helpers/helper.php
 
* see source code in [[jplatform:cache/storage/helpers/helper.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Cache/11.1|Cache]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JCacheStorageHelper::__construct/11.1|__construct]]
+
|public
 +
|[[API17:JCacheStorageHelper::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
|[[JCacheStorageHelper::updateSize/11.1|updateSize]]
+
|public
 +
|[[API17:JCacheStorageHelper::updateSize|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 in [[jplatform:cache/storage/helpers/helper.php|BitBucket]]
+
* {{JVer|11.1}} '''JCacheStorageHelper source code''' on [[jplatform:cache/storage/helpers/helper.php|BitBucket]]
* [[JCacheStorageHelper|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]]
 +
* [[API17: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>
===Examples===
+
===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 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:53, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCacheStorageHelper[edit]

Description[edit]

Template:Description:JCacheStorageHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public updateSize Increase cache items count.
  • Defined in libraries/joomla/cache/storage/helpers/helper.php

Importing[edit]

jimport( 'joomla.cache.storage.helpers.helper' );

See also[edit]

Template:SeeAlso:JCacheStorageHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />