This method must only be called by tests when no other threads are using the cache.
647648649650651652653654655656657
" actual count " + actualCount); } for (int i = 0; i < list.size(); i++) { InternalCacheEntry entry = (InternalCacheEntry) list.get(i); entry.performIntegrityCheck(this, reporter); } reporter.endChecking("Group " + description); }