You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/03/13 19:48:26 UTC

svn propchange: r1081184 - svn:log

Author: mgrigorov
Revision: 1081184
Modified property: svn:log

Modified: svn:log at Sun Mar 13 18:48:26 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Mar 13 18:48:26 2011
@@ -1,3 +1,4 @@
-Use DefaultPageStore#storePage(SerializedPage) instead of adding the page directly in the cache.
+* Use DefaultPageStore#storePage(SerializedPage) instead of adding the page directly in the cache.
+* Break the loop for searching a match as soon as match is found.
 #storePage() is smarter than that and removes any duplicates before adding a page.