JCacheStorageHelper

Cache storage helper functions.

package

Joomla.Platform

subpackage

Cache

since

11.1

Methods

__construct

Constructor

__construct(string $group) 
since

11.1

Arguments

$group

stringThe cache data group

updateSize

Increase cache items count.

updateSize(string $size) : void
since

11.1

Arguments

$size

stringCached item size

Properties

group

Cache data group

since

11.1

Type(s)

string

size

Cached item size

since

11.1

Type(s)

string

count

Counter

since

11.1

Type(s)

integer