CachingGuidancePlugin
當 Dev Proxy 在指定的時段內攔截相同的要求時,會顯示警告。
外掛程式實例定義
{
"name": "CachingGuidancePlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "cachingGuidance"
}
設定範例
{
"cachingGuidance": {
"cacheThresholdSeconds": 5
}
}
設定屬性
屬性 | 描述 | 預設 |
---|---|---|
cacheThresholdSeconds |
觸發指引警告之相同要求之間的秒數。 | 5 |
命令列選項
無