Return the number of objects in cache
| 391 | |
| 392 | // Return the number of objects in cache |
| 393 | uint64_t getNumEntries() const { |
| 394 | return this->l1Cache_->getAccessContainerNumKeys(); |
| 395 | } |
| 396 | |
| 397 | // Get direct access to the interal CacheAllocator. |
| 398 | // This is only used in tests. |