- not creating CacheCommands
directly (i.e. through new usage) as this would reduce unit testability - reduce the coupling between commands and other components. e.g. considering a commands that needs to knwo whether locking type is optimistic, we will pass in a 'optimistic' boolean flag rather than entire Configuration object
Note: As of 3.0, this is now an interface.
@author Mircea.Markus@jboss.com
@since 2.2
|
|
|
|