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 Modifier and Type 方法 描述 static ResponseCache
ResponseCache. getDefault()
获取系统范围的响应缓存。Methods in java.net with parameters of type ResponseCache Modifier and Type 方法 描述 static void
ResponseCache. setDefault(ResponseCache responseCache)
设置(或取消)系统级缓存。
-