Page cache is ignoring pagination params

My app's homepage uses pagination. I would like to page cache each page of that pagination but i'm having difficulty getting rails to generate different files for each page, instead it tries to create index.html regardless of which page number i'm viewing.