Hi.
I'm trying to solve a issue where we use the "entire page" cache feature in DW. This works really well in this usecase, because there are ALOT of products on the page. But now i'm trying to make the page a bit more "SPA" like - and therefor uses pushState to make pretty URL's and have state. The problem is when i reload a pushState link, DW doesn't uses the full page cache, because the URL is not the "same" i guess.
Are there anyway to get around this? Maybe a way for me telling DW when it can use the fullpage cache in terms of URL's and querystrings?
Any help would be great.