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 intSize ()
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.