API17:JCacheStorageHelper
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/cache/storage/helpers/helper.php | libraries/joomla/cache/storage/helpers/helper.php | ||
| + | * see source code in [[jplatform:cache/storage/helpers/helper.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Cache/11.1|Cache]] | [[Subpackage Cache/11.1|Cache]] | ||
| Line 26: | Line 27: | ||
<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]] | ||
* [[JCacheStorageHelper|Other versions of this class]] | * [[JCacheStorageHelper|Other versions of this class]] | ||
{{SeeAlso:JCacheStorageHelper}} | {{SeeAlso:JCacheStorageHelper}} | ||
Revision as of 17:50, 23 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.
[Edit Descripton] Description:JCacheStorageHelper
Defined in
libraries/joomla/cache/storage/helpers/helper.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| updateSize | Increase cache items count. |
Importing
jimport( 'joomla.cache.storage.helpers.helper' );
See also
- JCacheStorageHelper source code in BitBucket
- Other versions of this class
SeeAlso:JCacheStorageHelper [Edit See Also]
Examples
<CodeExamplesForm />
