class CacheStorageHelper

Cache storage helper functions.

Properties

string $group Cache data group
string $size Cached item size
integer $count Counter

Methods

__construct( string $group)

Constructor

void
updateSize( string $size)

Increase cache items count.

Details

__construct( string $group)

Constructor

Parameters

string $group The cache data group

void updateSize( string $size)

Increase cache items count.

Parameters

string $size Cached item size

Return Value

void