Class FilePageStore

All Implemented Interfaces:
IPageStore, IPersistentPageStore

A storage of pages in files.

All pages passed into this store are restricted to be SerializedPages.

While DiskPageStore uses a single file per session, this implementation stores each page in its own file. This improves on a disadvantage of DiskPageStore surfacing with alternating Ajax requests from different browser tabs.