Returns the estimated number of entry of the cache. Note that the size can be larger than its true size, because there might be already expired cache.
()
| 63 | * true size, because there might be already expired cache. |
| 64 | */ |
| 65 | @CheckReturnValue |
| 66 | int estimatedSize(); |
| 67 | |
| 68 | /** Closes underlying resources. */ |
no outgoing calls