Returns the number of elements currently in the cache @return The number of elements currently in the cache
()
| 400 | * @return The number of elements currently in the cache |
| 401 | */ |
| 402 | public long size() { |
| 403 | return cacheLineTable.size(); |
| 404 | } |
| 405 | |
| 406 | /** |
| 407 | * Returns a boolean specifying whether or not an element with the specified |