[infinispan-issues] [JBoss JIRA] (ISPN-9370) Always consult CacheLoader if entry is not in data container
William Burns (JIRA)
issues at jboss.org
Thu Jul 12 11:23:00 EDT 2018
William Burns created ISPN-9370:
-----------------------------------
Summary: Always consult CacheLoader if entry is not in data container
Key: ISPN-9370
URL: https://issues.jboss.org/browse/ISPN-9370
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: William Burns
Assignee: William Burns
Fix For: 9.4.0.Alpha1, 9.3.1.Final
Currently we do not query the underlying persistence layer when an entry was found to be expired in memory. However it makes sense to query a CacheLoader (that is that it doesn't implement CacheStore) even when an entry is expired. This allows for users to configure a CacheLoader that always returns non null and the cache will never return null.
Please see https://github.com/infinispan/infinispan/pull/6071 more information
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list