Android.Net.Http.HttpResponseCache.Size Method
Returns the number of bytes currently being used to store the values in this cache.

Syntax

[Android.Runtime.Register("size", "()J", "")]
public long Size ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of bytes currently being used to store the values in this cache. This may be greater than the HttpResponseCache.MaxSize if a background deletion is pending.

[Android Documentation]

Requirements

Namespace: Android.Net.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 13