Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
This is the complete list of members for cache_request, including all inherited members.
$nativelocking | cache | protected |
$now | cache | protectedstatic |
$perfdebug | cache | protected |
$purgetoken | cache | protectedstatic |
$requirelockingbeforewrite | cache | protected |
$storetype | cache | protected |
$subloader | cache | protected |
__construct(cache_definition $definition, cache_store $store, $loader=null) | cache | |
check_version($result, int $requiredversion) | cache | protectedstatic |
compare_purge_tokens($tokena, $tokenb) | cache | static |
deep_clone($value) | cache | protected |
delete($key, $recurse=true) | cache | |
delete_from_persist_cache() | cache | protected |
delete_many(array $keys, $recurse=true) | cache | |
get($key, $strictness=IGNORE_MISSING) | cache | |
get_datasource() | cache | protected |
get_definition() | cache | protected |
get_from_persist_cache() | cache | protected |
get_implementation($key, int $requiredversion, int $strictness, &$actualversion=null) | cache | protected |
get_loader() | cache | protected |
get_many(array $keys, $strictness=IGNORE_MISSING) | cache | |
get_purge_token($reset=false) | cache | static |
get_store() | cache | protected |
get_versioned($key, int $requiredversion, int $strictness=IGNORE_MISSING, &$actualversion=null) | cache | |
handle_invalidation_events() | cache | protected |
has($key, $tryloadifpossible=false) | cache | |
cache_loader::has($key) | cache_loader | |
has_a_ttl() | cache | protected |
has_all(array $keys) | cache | |
has_any(array $keys) | cache | |
is_in_persist_cache() | cache | protected |
is_using_persist_cache() | cache | protected |
make($component, $area, array $identifiers=array(), $unused=null) | cache | static |
make_from_params($mode, $component, $area, array $identifiers=array(), array $options=array()) | cache | static |
now($float=false) | cache | static |
parse_key($key) | cache | protected |
purge() | cache | |
purge_current_user() | cache | |
requires_serialisation($value, $depth=1) | cache | protected |
set($key, $data) | cache | |
set_data_source(cache_data_source $datasource) | cache | protected |
set_identifiers(array $identifiers) | cache | |
set_implementation($key, int $version, $data, bool $setparents=true) | cache | protected |
set_in_persist_cache() | cache | protected |
set_is_sub_loader($setting=true) | cache | protected |
set_loader(cache_loader $loader) | cache | protected |
set_many(array $keyvaluearray) | cache | |
set_versioned($key, int $version, $data) | cache | |
static_acceleration_delete($key) | cache | protected |
static_acceleration_get($key) | cache | protected |
static_acceleration_has($key) | cache | protected |
static_acceleration_purge() | cache | protected |
static_acceleration_set($key, $data) | cache | protected |
store_supports_key_awareness() | cache | protected |
store_supports_native_locking() | cache | protected |
store_supports_native_ttl() | cache | protected |
unref($data) | cache | protected |
use_static_acceleration() | cache | protected |
VERSION_NONE | cache |