flush cache will flush the cache.
If you are seeing many prints that means access_cache is hitting.
- Remember that access cache is not only saying if its a hit for the current access, it is also loading things into the cache that is going to affect your future accesses. Hence its causing things to hit.
- However your code is trying to issue addresses that you think should be missing. But they are not. Think why that might happen.
FYI; do not post actual code on the groups. please provide link to repo.