You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Siegfried Goeschl (JIRA)" <ji...@apache.org> on 2015/06/26 13:56:04 UTC

[jira] [Created] (JSPWIKI-888) Enable cache timeouts for Portable JSPWiki

Siegfried Goeschl created JSPWIKI-888:
-----------------------------------------

             Summary: Enable cache timeouts for Portable JSPWiki
                 Key: JSPWIKI-888
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-888
             Project: JSPWiki
          Issue Type: Improvement
          Components: Core & storage
    Affects Versions: 2.10.1
            Reporter: Siegfried Goeschl
             Fix For: 2.10.2


When running the Portable JSPWiki it is common that some wiki pages are updated on the file system level, e.g. Dropbox.

JSPWiki currently doesn't doing any checks (as documented) and the default ehcache.xml does not provide a value for "timeToLiveSeconds" - in this case the cache entry will never expire.

For the portable scenario a custom ehache.xml will be provided setting

* maxElementsInMemory=100
* timeToLiveSeconds=3600




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)