]
Dan Berindei resolved ISPN-5466.
--------------------------------
Fix Version/s: (was: 8.0.0.Final)
Resolution: Duplicate Issue
Duplicate of ISPN-3664
Unify the implementation and handling of write commands
-------------------------------------------------------
Key: ISPN-5466
URL:
https://issues.jboss.org/browse/ISPN-5466
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
PutKeyValueCommand, RemoveCommand, ReplaceCommand are very similar, and they should be
replaced with a single SingleWriteCommand.
We will probably still require separate commands for eviction and invalidation.