]
Dan Berindei updated ISPN-9370:
-------------------------------
Issue Type: Bug (was: Enhancement)
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: Bug
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