unsigned compute_ending_cache_hash(unsigned cache_index) { return((cache_index/MAPPING_FACTOR)*MAPPING_FACTOR+MAPPING_FACTOR); }