svn commit: r1815925 - /sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/Cache.java

2017-11-21 Thread desruisseaux
Author: desruisseaux Date: Tue Nov 21 14:27:58 2017 New Revision: 1815925 URL: http://svn.apache.org/viewvc?rev=1815925=rev Log: Change method order for having the most frequently used first. There is no code change in this commit, only displacements. Modified:

[jira] [Resolved] (SIS-375) Cache : override default Map methods

2017-11-21 Thread Martin Desruisseaux (JIRA)
[ https://issues.apache.org/jira/browse/SIS-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux resolved SIS-375. - Resolution: Fixed > Cache : override default Map methods >

svn commit: r1815924 - /sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/Cache.java

2017-11-21 Thread desruisseaux
Author: desruisseaux Date: Tue Nov 21 14:05:59 2017 New Revision: 1815924 URL: http://svn.apache.org/viewvc?rev=1815924=rev Log: Complete https://issues.apache.org/jira/browse/SIS-375 As a side effect, Cache is now declared as a ConcurrentMap. Modified: