CacheStorageHelper
Cache storage helper functions.
| since |
1.7.0 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor
__construct( group) :
| since |
1.7.0 |
|---|
Arguments
- group
stringThe cache data group
Response
mixed
updateSize
Increase cache items count.
updateSize( size) :
| since |
1.7.0 |
|---|
Arguments
- size
stringCached item size
Response
void
Properties
group
Cache data group
| since |
1.7.0 |
|---|
Type(s)
string
size
Cached item size
| since |
1.7.0 |
|---|
Type(s)
string
count
Counter
| since |
1.7.0 |
|---|
Type(s)
int