Class CacheManager
Cache.
- Icybee\Modules\Cache\CacheManager implements Icybee\Modules\Cache\CacheManagerInterface
Direct known subclasses
Icybee\Modules\Cache\CatalogsCacheManager
,
Icybee\Modules\Cache\ConfigsCacheManager
,
Icybee\Modules\Cache\ModulesCacheManager
Namespace: Icybee\Modules\Cache
Located at vendor/icanboogie-modules/cache/lib/cache-manager.php
Methods summary
Methods inherited from Icybee\Modules\Cache\CacheManagerInterface
clear()
,
disable()
,
enable()
,
stat()
Magic methods summary
Properties summary
public
string
|
$title |
#
Title of the cache. The title is translated within the
|
public
string
|
$description |
#
Description of the cache. The description is translated within the
|
public
string
|
$group |
#
Caches are displayed by groups. The group of the cache can be defined using
this property. The group is translated within the |
public
boolean
|
$state |
#
Whether the cache is enabled. |
public
integer|boolean
|
$size_limit |
#
Size limit of the cache, or |
public
integer|boolean
|
$time_limit |
#
Time limit of the entries in the cache, or |
public
string|null
|
$config_preview |
#
A preview of the cache configuration, or |
public
string|null
|
$editor |
#
The configuration editor, or |