For caches that do not override #sizeOf, 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.
()
| 277 | * the sizes of the entries in this cache. |
| 278 | */ |
| 279 | public synchronized final int size() { |
| 280 | return size; |
| 281 | } |
| 282 | |
| 283 | /** |
| 284 | * For caches that do not override {@link #sizeOf}, this returns the maximum |
no outgoing calls
no test coverage detected