ResponseCache.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the system-wide response cache. -or- Sets (or unsets) the system-wide cache.
public static Java.Net.ResponseCache? Default { [Android.Runtime.Register("getDefault", "()Ljava/net/ResponseCache;", "")] get; [Android.Runtime.Register("setDefault", "(Ljava/net/ResponseCache;)V", "")] set; }
[<get: Android.Runtime.Register("getDefault", "()Ljava/net/ResponseCache;", "")>]
[<set: Android.Runtime.Register("setDefault", "(Ljava/net/ResponseCache;)V", "")>]
static member Default : Java.Net.ResponseCache with get, set
Property Value
the system-wide ResponseCache
- Attributes
Remarks
Property getter documentation:
Gets the system-wide response cache.
Added in 1.5.
Java documentation for java.net.ResponseCache.getDefault()
.
Property setter documentation:
Sets (or unsets) the system-wide cache.
Note: non-standard procotol handlers may ignore this setting.
Added in 1.5.
Java documentation for java.net.ResponseCache.setDefault(java.net.ResponseCache)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.