HttpResponseCache.Size Method

Definition

Returns the number of bytes currently being used to store the values in this cache.

[Android.Runtime.Register("size", "()J", "")]
public long Size ();
[<Android.Runtime.Register("size", "()J", "")>]
member this.Size : unit -> int64

Returns

Int64
Attributes

Remarks

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

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