The Predictable Execution Model (PREM) is usefulfor mitigating inter-core interference due to shared resourcessuch as the main memory. However, it is cache-agnostic, whichmakes schedulabulity analysis pessimistic, via overestimation ofprefetches and write-backs. In response, we present cache-awareschedulability analysis for PREM tasks on fixed-task-prioritypartitioned multicores, that bounds the number of cache prefetchesand write-backs. Our approach identifies memory blocks loadedin the execution of a previous scheduling interval of each task,that remain in the cache until its next scheduling interval. Doingso, greatly reduces the estimated prefetches and write backs. Inexperimental evaluations, our analysis improves the schedulabilityof PREM tasks by up to 55 percentage points