HttpResponseCache.Flush Method

Definition

Force buffered operations to the filesystem.

[Android.Runtime.Register("flush", "()V", "")]
public void Flush ();
[<Android.Runtime.Register("flush", "()V", "")>]
member this.Flush : unit -> unit
Attributes

Remarks

Force buffered operations to the filesystem. This ensures that responses written to the cache will be available the next time the cache is opened, even if this process is killed.

Java documentation for android.net.http.HttpResponseCache.flush().

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.

Applies to