Uses of Class
java.net.ResponseCache
-
Packages that use ResponseCache 软件包 描述 java.net 提供实现网络应用程序的类。 -
-
Uses of ResponseCache in java.net
Methods in java.net that return ResponseCache 变量和类型 方法 描述 static ResponseCache
ResponseCache. getDefault()
获取系统范围的响应缓存。Methods in java.net with parameters of type ResponseCache 变量和类型 方法 描述 static void
ResponseCache. setDefault(ResponseCache responseCache)
设置(或取消设置)系统范围的缓存。
-