CacheStorageHelper
Cache storage helper functions.
since |
1.7.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor
__construct( group) :
since |
1.7.0 |
---|
Arguments
- group
string
The cache data group
Response
mixed
updateSize
Increase cache items count.
updateSize( size) :
since |
1.7.0 |
---|
Arguments
- size
string
Cached 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