cacheEmptyOnRestart property

This property determines whether all the cached documents in the document store are expired when the servlet is restarted.

Consider setting this property to false so that the cache is not emptied. If the documents remain in the cache, they are ready for fast retrieval the next time that they are accessed.

Valid values for this property are true or false.

When this property is set to false, the cache is not emptied when the server is started. The default value is false.

Example


cacheEmptyOnRestart=false