]
Dan Berindei resolved ISPN-6835.
--------------------------------
Resolution: Out of Date
The section was removed in 9.0.0.Alpha1
Improve user guide section "The Problem of Caching Arrays"
----------------------------------------------------------
Key: ISPN-6835
URL:
https://issues.redhat.com/browse/ISPN-6835
Project: Infinispan
Issue Type: Task
Components: Documentation
Affects Versions: 9.0.0.Alpha2
Reporter: Dan Berindei
Priority: Minor
We should make it clear that a proper implementation of equals() and hashCode() is always
required for keys, but it's only necessary for values if one intends to use
conditional operations.
The section should also say more about how Infinispan uses equals() and hashCode() and
what our requirements are, instead of how "users would like to call" one method
or another.