When requesting a page via ajax, the file cache always generates a new version.
Here is a gif showing the plainkit index page first being requested with a hard refresh. The page is cached properly, and on subsequent loads, the page is rendered from cache. However, as soon as the page is requested via ajax (the title is a hyperlink that fetches the page with an ajax request and replaces the content), a new cache file is generated. On subsequent requests, the page is continually re-cached.
Has anyone ran into this or similar?
