[
https://issues.apache.org/jira/browse/OAK-5935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davide Giannella updated OAK-5935:
----------------------------------
Fix Version/s: (was: 1.7.0)
1.7.1
> AbstractSharedCachingDataStore#getRecordIfStored should use the underlying
> cache.get
> ------------------------------------------------------------------------------------
>
> Key: OAK-5935
> URL: https://issues.apache.org/jira/browse/OAK-5935
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: blob
> Reporter: Amit Jain
> Assignee: Amit Jain
> Fix For: 1.8, 1.7.1
>
>
> The {{AbstractSharedCachingDataStore#getRecordIfStored}} can possibly use
> cache.get(dataIdentifier.toString()) instead of
> cache.getIfPresent(dataIdentifier.toString()) to load the binary in the cache
> from the backend,
> The access pattern has to be evaluated but possibly we always do a
> getStream() after retrieving a record. The GC code already bypasses this with
> OAK-4573.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)