Get an iterator to iterate over all items in object-cache. The returned iterator provides getMemory() for safe aligned access to the ObjectCacheItem stored in each entry.
| 402 | // iterator provides getMemory() for safe aligned access to the |
| 403 | // ObjectCacheItem stored in each entry. |
| 404 | AccessIterator begin() { return AccessIterator{this->l1Cache_->begin()}; } |
| 405 | |
| 406 | AccessIterator end() { return AccessIterator{this->l1Cache_->end()}; } |
| 407 |
no outgoing calls