修改缓存策略参数验证与处理逻辑
This commit is contained in:
@@ -1351,7 +1351,7 @@ cache_whitelist=Cache Bypass
|
||||
cache_key=Cache key
|
||||
ignore_query_string=Ignore Query String in URL
|
||||
include_cookie=Include Cookie Values
|
||||
no_revalidate=Cache Revalidate
|
||||
no_revalidate=No Revalidate
|
||||
cache_dyn_url=Cache Dynamic Content
|
||||
cache_cookied_cont=Cache Cookied Content
|
||||
ignore_req_nocache=Ignore Request no-cache Headers
|
||||
@@ -1362,3 +1362,6 @@ pinning_time=Cache Pinning Time
|
||||
max_cache_size=Max Cache Size
|
||||
inactive_time=Inactive Time
|
||||
max_cache_obj_size=Max Cache Object Size
|
||||
cache_time_error=Cache time can not exceed 24 hours(1440 minutes,86400 seconds).
|
||||
cache_size_error=Cache size can not exceed 1024TB(1048576GB,1073741824MB).
|
||||
ignore_qs_error=Ignore query string has invisible character or comma
|
||||
@@ -1341,7 +1341,7 @@ cache_whitelist=Cache Bypass
|
||||
cache_key=Cache key
|
||||
ignore_query_string=Ignore Query String in URL
|
||||
include_cookie=Include Cookie Values
|
||||
no_revalidate=Cache Revalidate
|
||||
no_revalidate=No Revalidate
|
||||
cache_dyn_url=Cache Dynamic Content
|
||||
cache_cookied_cont=Cache Cookied Content
|
||||
ignore_req_nocache=Ignore Request no-cache Headers
|
||||
@@ -1351,4 +1351,7 @@ min_use=Minimum Use
|
||||
pinning_time=Cache Pinning Time
|
||||
max_cache_size=Max Cache Size
|
||||
inactive_time=Inactive Time
|
||||
max_cache_obj_size=Max Cache Object Size
|
||||
max_cache_obj_size=Max Cache Object Size
|
||||
cache_time_error=Cache time can not exceed 24 hours(1440 minutes,86400 seconds).
|
||||
cache_size_error=Cache size can not exceed 1024TB(1048576GB,1073741824MB).
|
||||
ignore_qs_error=Ignore query string has invisible character or comma
|
||||
@@ -1344,7 +1344,7 @@ cache_whitelist=\u7F13\u5B58\u767D\u540D\u5355
|
||||
cache_key=\u7F13\u5B58\u7B97\u6CD5
|
||||
ignore_query_string=\u5FFD\u7565URL\u4E2D\u7684\u67E5\u8BE2\u53C2\u6570
|
||||
include_cookie=\u5305\u542B\u7684cookie\u4FE1\u606F
|
||||
no_revalidate=\u7F13\u5B58\u91CD\u65B0\u9A8C\u8BC1
|
||||
no_revalidate=\u4E0D\u91CD\u65B0\u9A8C\u8BC1
|
||||
cache_dyn_url=\u7F13\u5B58\u52A8\u6001\u5185\u5BB9
|
||||
cache_cookied_cont=\u7F13\u5B58Cookie\u5185\u5BB9
|
||||
ignore_req_nocache=\u5FFD\u7565\u8BF7\u6C42\u5934\u57DF\u4E0D\u7F13\u5B58\u53C2\u6570
|
||||
@@ -1354,4 +1354,7 @@ min_use=\u6700\u5C0F\u8BBF\u95EE\u6B21\u6570
|
||||
pinning_time=\u7F13\u5B58\u65F6\u95F4
|
||||
max_cache_size=\u6700\u5927\u7F13\u5B58\u5927\u5C0F
|
||||
inactive_time=\u672A\u88AB\u8BF7\u6C42\u7684\u6587\u4EF6\u65F6\u95F4
|
||||
max_cache_obj_size=\u6700\u5927\u7F13\u5B58\u5BF9\u8C61\u5927\u5C0F
|
||||
max_cache_obj_size=\u6700\u5927\u7F13\u5B58\u5BF9\u8C61\u5927\u5C0F
|
||||
cache_time_error=\u7F13\u5B58\u65F6\u95F4\u4E0D\u80FD\u8D85\u8FC7 24 \u5C0F\u65F6(1440\u5206\u949F,86400\u79D2).
|
||||
cache_size_error=\u7F13\u5B58\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC71024TB(1048576GB,1073741824MB).
|
||||
ignore_qs_error=\u5FFD\u7565\u7684\u67E5\u8BE2\u53C2\u6570\u4E2D\u5305\u542B\u4E0D\u53EF\u89C1\u5B57\u7B26\u6216\u8005\u9017\u53F7
|
||||
Reference in New Issue
Block a user