Provide IResourceVersion implementation that does caching but provides means of 
updating cached entries.
--------------------------------------------------------------------------------------------------------

                 Key: WICKET-4221
                 URL: https://issues.apache.org/jira/browse/WICKET-4221
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5.3
            Reporter: Dominik Drzewiecki
            Priority: Minor


Now, you either have the entries cached for the application lifetime or you 
need to recalculate the version on each resurce link generation. Both 
implementations have their drawbacks. I hereby propose an implementation of 
IResourceVersion - UpdateableCachingResourceVersion - that may be initialized 
with the rule specifying how often/when the call should be redelegated to 
underlying provider and thus update cached entry.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to