How to invalidate server cache

简介: How to invalidate server cache

Created by Jerry Wang on Dec 02, 2014

paste the following url to browser:

https://:/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-0.js&clearcache

and you will get the cache invalidation result in browser like below:


image.png

The prerequisite is you have enough authorization listed below:


image.png

The actual invalidation task is done via the method below:

image.png

相关文章
|
5天前
|
前端开发 JavaScript API
Server-Sent Events)
服务器发送事件(Server-Sent Events,简称SSE)是一种基于HTTP协议的实时通信技术,允许服务器向客户端推送实时消息。与传统的轮询和长轮询相比,SSE提供了更高效和实时的数据推送机制。
23 2
|
5天前
|
测试技术
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
139 0
|
11月前
|
数据库
loading local data is disabled; this must be enabled on both the client and server sides
loading local data is disabled; this must be enabled on both the client and server sides
125 0
|
存储 Web App开发 缓存
Client Side Cache 和 Server Side Cache 的区别
Client Side Cache 和 Server Side Cache 的区别
154 0
Client Side Cache 和 Server Side Cache 的区别
从 Server Timing Header 看服务器是如何处理请求的
如果你想了解服务器是如何处理请求的,Server-Timing header 或许能派上用场。 但是,你得注意别暴露敏感机密信息。
1075 0
|
SQL Oracle 关系型数据库
ORACLE中STATUS为INACTIVE但是SERVER为SHARED状态的会话浅析
我们知道当ORACLE数据库启用共享服务器模式时,通过共享服务器模式连接到数据库的会话是有一些特征的。在v$session里面,其SERVER的状态一般为SHARED和NONE, 为SHARED时,表示当前会话正在执行SQL语句,其占用共享服务器进程,会话的STATUS状态为ACTIVE;当会话状态STATUS处于INACITVE时,它的SERVER字段值一般为NONE,意味着此时并没有共享服务器进程服务该会话,这个详细请见v$session中server为none与shared值解析 这篇博客。
1257 0
|
Java 关系型数据库 Oracle
Unable to read additional data from server sessionid
jenkins构建项目报错: Caused by: com.weibo.api.motan.exception.MotanFrameworkException: error_message: ClusterSupport No service urls for the refer:motan://192.
10402 0