-
Bug
-
Resolution: Done
-
Major
-
4.0.0.BETA1
-
None
-
Medium
TreeCache is parameterized with <K, V>. TreeCache is constructed with Cache<K, V>, which is incorrect. It should actually be constructed with Cache<NodeKey, AtomicMap<K, V>>.
TreeCache.getCache() exhibits this problem as well.