mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-36111 cache: Fixed up typo's and trivial issues
This commit is contained in:
parent
8ccaa296fa
commit
758dbdf894
11 changed files with 30 additions and 24 deletions
2
cache/locallib.php
vendored
2
cache/locallib.php
vendored
|
@ -518,7 +518,7 @@ abstract class cache_administration_helper extends cache_helper {
|
|||
($store->get_supported_modes($return) & cache_store::MODE_REQUEST) == cache_store::MODE_REQUEST,
|
||||
),
|
||||
'supports' => array(
|
||||
'multipleidentifiers' => $store->supports_multiple_indentifiers(),
|
||||
'multipleidentifiers' => $store->supports_multiple_identifiers(),
|
||||
'dataguarantee' => $store->supports_data_guarantee(),
|
||||
'nativettl' => $store->supports_native_ttl(),
|
||||
'nativelocking' => ($store instanceof cache_is_lockable),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue