| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecureCacheResponse
Represents a cache response originally retrieved through secure means, such as TLS.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CacheResponse |
ResponseCache.get(URI
Retrieve the cached response based on the requesting uri, request method and request headers.
|