Description#
- Provides a caching page provider
- This is not a core/real file provider
- This class rests on top of a real provider class
Using Caching#
- In your jspwiki.properties file (in your /WEB-INF/ folder), set the following property:
jspwiki.usePageCache = true
- Setting this property significantly speeds up JSPWiki.
- It reduces the number of times JSPWiki must fetch the page text from the provider and repository.
. Use this wiki only for improving the documentation.