[infinispan-issues] [JBoss JIRA] Created: (ISPN-717) Trying to modify an entry that is not loaded into memory triggers an unnecessary CacheStore.load() operation.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Wed Oct 20 04:35:54 EDT 2010


Trying to modify an entry that is not loaded into memory triggers an unnecessary CacheStore.load() operation.
-------------------------------------------------------------------------------------------------------------

                 Key: ISPN-717
                 URL: https://jira.jboss.org/browse/ISPN-717
             Project: Infinispan
          Issue Type: Bug
          Components: Core API
    Affects Versions: 4.2.0.ALPHA3, 4.2.0.ALPHA2, 4.2.0.ALPHA1
            Reporter: Trustin Lee
            Assignee: Manik Surtani
             Fix For: 4.2.0.BETA1, 4.2.0.Final


There is no reason to load an entry from CacheStore to memory before modifying it.  The current implementation triggers CacheStore.load() unnecessarily when a user calls Cache.put().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list