I'm learning about caching, and currently have some degree of familiarity with main memory and paging.
While reading this this Intel paper, I'm confused about the term "cache pages". I know that the OS deals with main memory in units of pages, and I know that you can change the page size by enabling Huge/Large pages on some operating systems. My question is whether the "cache pages" discussed in this resource are the same as the pages which OS swaps between memory and disk.