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