I was reading: https://en.wikipedia.org/wiki/Page_cache
In computing, a page cache, sometimes also called disk cache,[1] is a transparent cache for the pages originating from a secondary storage device such as a hard disk drive (HDD) or a solid-state drive (SSD). The operating system keeps a page cache in otherwise unused portions of the main memory (RAM), resulting in quicker access to the contents of cached pages and overall performance improvements.
Isn't there a similar technique for portions of RAM that are accessed frequently to be saved in L1, L2 and L3 caches to improve performance?
I don't get what kind of information in saved there, what cache?