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

Syntax

[Android.Runtime.Register("maxSize", "()I", "")]
public int MaxSize ()

Returns

Documentation for this section has not yet been entered.

Remarks

For caches that do not override LruCache.sizeOf(K, V), this returns the maximum number of entries in the cache. For all other caches, this returns the maximum 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