Use optimized cache key implementation in Infinispan 2LC
Description
follows up on
Activity
Show:
Steve Ebersole September 2, 2016 at 3:04 PM
Unfortunately the "If the hierarchy contains single type" part was not done properly and can lead to
Steve Ebersole July 6, 2015 at 4:52 PM
Applied the PR
Infinispan creates separate cache for each entity hierarchy (set of classes with the same type). If the hierarchy contains single type (model is not polymorphic), simplified implementation of cache key can be used.