MDL-69698 licenses: Improve the performance of the licenses cache
The cache uses a single simple key and there is no need to hash it.
This commit is contained in:
+2
-2
@@ -466,7 +466,7 @@ $definitions = array(
|
||||
// Cache for licenses.
|
||||
'license' => [
|
||||
'mode' => cache_store::MODE_APPLICATION,
|
||||
'simplekeys' => false,
|
||||
'simpledata' => false
|
||||
'simplekeys' => true,
|
||||
'simpledata' => false,
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user