[infinispan-issues] [JBoss JIRA] (ISPN-12032) JCache cache loader should not require marshalling

Dan Berindei (Jira) issues at jboss.org
Fri Jun 19 08:44:20 EDT 2020


Dan Berindei created ISPN-12032:
-----------------------------------

             Summary: JCache cache loader should not require marshalling
                 Key: ISPN-12032
                 URL: https://issues.redhat.com/browse/ISPN-12032
             Project: Infinispan
          Issue Type: Bug
          Components: JCache, Loaders and Stores
    Affects Versions: 10.1.8.Final, 11.0.0.Final
            Reporter: Dan Berindei


{{JCacheLoaderAdapter}} wraps the value returned by JCache {{CacheLoader.load()}} using a  {{MarshalledEntryFactoryImpl.create()}} overload that eagerly marshalls the key+value+metadata. This is unnecessary work, because the created {{MarshallableEntryImpl}} only needs the key+value+metadata in storage format.

 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the infinispan-issues mailing list