When user opens page for the time, the plugin saves all the html to in the wp-content cache directory..
The generated cache file will be removed when you make changes to Post Page, and then the process starts from the beginning..
You can also clear all cached files from the Cache options page, or delete files from the wp-content cache directory..
You can check if page's content is served from cache file by opening the source code in the browser and scrolling down to the html tag..
You can disable cache for single request and get the html by adding cache=false to URL's parameter, for example http example com cache=false.
Add support for Categories, Tags, Taxonomies, and Authors..
WordPress Cache Settings - Visit 'Settings > Cache page, select your preferred options and save them..
Post Cache Settings - You can disable the function for individual posts and pages by marking the Disable checkbox Edit Post Edit Page...
You can disable the function for individual posts and pages by marking the Disable checkbox Edit Post Edit Page..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more