Cache
class Cache
Constants
| EVENT_ON_CLEAR_CACHE |
|
| EVENT_ON_CLEAR_REQUEST_CACHE |
|
Properties
| $connection_error |
Methods
No description
No description
No description
Connect to configured cache adapter
Disables the cache for the rest of this page call
No description
Enable the cache for the rest of this page call
No description
Returns the full class name of the current adapter
No description
No description
Returns current Cache Status
No description
Returns true of the caching system is active
No description
No description
No description
Details
at line 34
__construct()
No description
at line 243
bool|null
clear_cache(bool $enforce_in_cmd = false)
No description
at line 256
void
clear_request_cache()
No description
at line 95
bool
connect()
Connect to configured cache adapter
at line 351
disable_cache()
Disables the cache for the rest of this page call
at line 322
bool
disable_cache_custom_config(bool $overwrite = false)
No description
at line 359
enable_cache()
Enable the cache for the rest of this page call
at line 147
mixed
get(string $key, bool $store = false)
No description
at line 381
string
get_current_adapter_name()
Returns the full class name of the current adapter
at line 306
array
get_detailed_status()
No description
at line 271
array
get_grouped_cached_keys()
No description
at line 283
get_status()
Returns current Cache Status
at line 74
void
init()
No description
at line 296
is_enabled()
Returns true of the caching system is active
at line 197
bool|mixed|null
remove(string $key, bool $store = false)
No description
at line 217
int
remove_group(string $group, string $param = null)
No description
at line 170
bool
set(string $key, mixed $value, int $time, bool $store = false)
No description