You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Jira)" <ji...@apache.org> on 2021/11/10 21:11:00 UTC

[jira] [Created] (WICKET-6933) Ease use of InSessionPageStore as persistent store

Sven Meier created WICKET-6933:
----------------------------------

             Summary: Ease use of InSessionPageStore as persistent store
                 Key: WICKET-6933
                 URL: https://issues.apache.org/jira/browse/WICKET-6933
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 9.6.0, 10.0.0
            Reporter: Sven Meier
            Assignee: Sven Meier


Using InSessionPageStore as persistent store, requires users to supply a separate key, to prevent interference with the InSessionPageStore instance used for caching of the last recently used page.

Overriding #getKey() is easily forgotten, so it would be more convenient if the InSessionPageStore used for caching already used a separate key instead.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)