-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final, 10.1.8.Final
-
None
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.
- is caused by
-
ISPN-12033 MarshallableEntryFactory allow lazy marshalling of key/values
- Closed