Description
Following exception has been reported in the Cache class:
Caused by: java.lang.ClassCastException: org.apache.sis.util.collection.Cache$Work cannot be cast to java.util.concurrent.locks.ReentrantLock at org.apache.sis.util.collection.Cache.valueOf(Cache.java:279) at org.apache.sis.util.collection.Cache.get(Cache.java:342)
This was caused by an error in the refactoring of valueOf(Object) method when porting the code from Geotk to SIS.