Class JCacheStorageHelper

Description

Cache storage helper functions.

  • since: 11.1

Located in /libraries/joomla/cache/storage/helper.php (line 19)


	
			
Variable Summary
 integer $count
 string $group
 string $size
Method Summary
 JCacheStorageHelper __construct (string $group)
 void updateSize (string $size)
Variables
integer $count = 0 (line 43)

Counter

  • since: 11.1
  • access: public
string $group = '' (line 27)

Cache data group

  • since: 11.1
  • access: public
string $size = 0 (line 35)

Cached item size

  • since: 11.1
  • access: public
Methods
Constructor __construct (line 52)

Constructor

  • since: 11.1
  • access: public
JCacheStorageHelper __construct (string $group)
  • string $group: The cache data group
updateSize (line 66)

Increase cache items count.

  • since: 11.1
  • access: public
void updateSize (string $size)
  • string $size: Cached item size

Documentation generated on Tue, 19 Nov 2013 15:04:35 +0100 by phpDocumentor 1.4.3