Android.Util.LruCache.Size Method
For caches that do not override LruCache.sizeOf(K, V), this returns the number of entries in the cache.

Syntax

[Android.Runtime.Register("size", "()I", "")]
public int Size ()

Returns

Documentation for this section has not yet been entered.

Remarks

For caches that do not override LruCache.sizeOf(K, V), this returns the number of entries in the cache. For all other caches, this returns the sum of the sizes of the entries in this cache.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12