@sapui5/sap.fe.plugins.managecache 1.129.0 → 1.130.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
title=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u206AClear Batch Cache\u206A\u206A
|
|
2
2
|
description=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u206ARequest Batch Setting\u206A\u206A
|
|
3
3
|
T_GROUP=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u206AUser Activities\u206A\u206A
|
|
4
|
-
T_CACHE_INFORMATION_MSG=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u206ADefine the expiration in days of the batch cache on the browser side
|
|
4
|
+
T_CACHE_INFORMATION_MSG=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u206ADefine the expiration in days of the batch cache on the browser side.\nThis cache will be used to optimize opening of the application.\n\nOnly requested parameters not marked as sensitive are stored in this cache, and no query results are stored.\nThis means that no sensitive data is stored in this cache.\n\nIt is recommended to set the expiration between 0 and 360 days.\nYou can clear the cache by pressing the Clear Batch Cache button.\u206A\u206A
|
|
5
5
|
T_EXPIRY=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200C\u206AExpiration\:\u206A\u206A
|
|
6
6
|
T_DAYS=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u206ADays\u206A\u206A
|
|
7
7
|
B_CLEANUP_CACHE=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u206AClear Batch Cache\u206A\u206A
|
|
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/core/XMLTemplateProcessor", "sap/ui/co
|
|
|
23
23
|
controls: [],
|
|
24
24
|
elements: [],
|
|
25
25
|
// eslint-disable-next-line no-template-curly-in-string
|
|
26
|
-
version: "1.
|
|
26
|
+
version: "1.130.0",
|
|
27
27
|
noLibraryCSS: true
|
|
28
28
|
});
|
|
29
29
|
return thisLib;
|