java.lang.Object
org.miaixz.bus.http.cache.CacheInterceptor
- All Implemented Interfaces:
Interceptor
服务来自缓存的请求并将响应写入缓存。
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Details
-
CacheInterceptor
-
-
Method Details
-
intercept
Description copied from interface:Interceptor网络请求拦截- Specified by:
interceptin interfaceInterceptor- Parameters:
chain- 网络调用链- Returns:
Response- Throws:
IOException- 异常
-