Does JCache
support EJB Transaction
while cache read/write?
I want to clear cache entries that added by a transactional method, if its transaction is rolled back.
I am using Redis
as cache provider and Redisson
's JCache
implementation as client.