Back to Joomla project (class list)

Class CacheStorageHelper - list of methods

Cache storage helper functions.
Package: Joomla\CMS\Cache\Storage
Copyright: (C) 2010 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Cache/Storage/CacheStorageHelper.php
Project: Joomla

Method Summary

public
(mixed $group)

Constructor
Parameters
  • string $group The cache data group
Since
  • 1.7.0
Show source code of this method: __construct Source Code

public void
(mixed $size)

Increase cache items count.
Parameters
  • string $size Cached item size
Returns
  • void
Since
  • 1.7.0
Show source code of this method: updateSize Source Code

Properties Summary

public string
$group
Cache data group
Since
  • 1.7.0
public string
$size
Cached item size
Since
  • 1.7.0
public int
$count
Counter
Since
  • 1.7.0

Tags Summary

Since
1.7.0