Uses of Class
java.net.ResponseCache
Packages that use ResponseCache
-
Uses of ResponseCache in java.net
Methods in java.net that return ResponseCacheModifier and TypeMethodDescriptionstatic ResponseCache
ResponseCache.getDefault()
Gets the system-wide response cache.Methods in java.net with parameters of type ResponseCacheModifier and TypeMethodDescriptionstatic void
ResponseCache.setDefault
(ResponseCache responseCache) Sets (or unsets) the system-wide cache.