]
Ryan Emerson resolved ISPN-10028.
---------------------------------
Resolution: Done
Deprecate ConcurrentWeakKeyHashMap
----------------------------------
Key: ISPN-10028
URL:
https://issues.jboss.org/browse/ISPN-10028
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.0.Beta2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta3
We should deprecate {{ConcurrentWeakKeyHashMap}} and utilise a Caffeine cache that has
weak-keys i.e. {{Caffeine.newBuilder().weakKeys().build()}}.