[infinispan-issues] [JBoss JIRA] Created: (ISPN-1416) Refactor CacheStore SPI to take in an InvocationContext with each method
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Sep 23 20:13:26 EDT 2011
Refactor CacheStore SPI to take in an InvocationContext with each method
------------------------------------------------------------------------
Key: ISPN-1416
URL: https://issues.jboss.org/browse/ISPN-1416
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Affects Versions: 5.0.0.FINAL
Reporter: Manik Surtani
Assignee: Manik Surtani
Fix For: 6.0.0.FINAL
The current CacheLoader and CacheStore SPI doesn't propagate the InvocationContext to the implementation. This means implementations that need information from the InvocationContext can only get a handle on the context via a ThreadLocal, and this leads to performance issues.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list