CacheStorageHelper
Cache storage helper functions.
since |
1.7.0 |
---|
Methods
__construct
Constructor
__construct(string $group)
since |
1.7.0 |
---|
Arguments
- $group
string
The cache data group
updateSize
Increase cache items count.
updateSize(string $size) : void
since |
1.7.0 |
---|
Arguments
- $size
string
Cached item size
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)
integer