[
https://issues.jboss.org/browse/ISPN-1543?page=com.atlassian.jira.plugin....
]
Manik Surtani updated ISPN-1543:
--------------------------------
Fix Version/s: 5.2.0.FINAL
(was: 5.1.0.FINAL)
Split CacheImpl into TransactionalCache and NonTransactionalCache
------------------------------------------------------------------
Key: ISPN-1543
URL:
https://issues.jboss.org/browse/ISPN-1543
Project: Infinispan
Issue Type: Feature Request
Components: Core API
Affects Versions: 5.1.0.BETA4
Reporter: Mircea Markus
Assignee: Mircea Markus
Priority: Minor
Labels: refactor
Fix For: 5.2.0.FINAL
There is a lot of unnecessary complexity in CacheImpl caused by handling two types of
caches: transactional and non-transactional.
This code (and potentially InvocationContextContainer) can be simplified a lot by
splitting the logic into two cache implementations: TransactionalCache and
NonTransactionalCache. The common logic would be moved in an AbstractCache.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira