unsigned compute_starting_cache_hash(unsigned cache_index) { return((cache_index/MAPPING_FACTOR)*MAPPING_FACTOR); }