]
Tristan Tarrant updated ISPN-11137:
-----------------------------------
Fix Version/s: 12.0.0.Final
(was: 11.0.0.Final)
Remove AdvancedCache.removeLifespanExpired and removeMaxIdleExpired
-------------------------------------------------------------------
Key: ISPN-11137
URL:
https://issues.redhat.com/browse/ISPN-11137
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.1.0.Final
Reporter: Dan Berindei
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.Final
{{removeLifespanExpired}} and {{removeMaxIdleExpired}} are in the {{AdvancedCache}}
interface, but they are only for internal use, not public API.
We should remove them, and {{ClusterExpirationManager.removeMaxIdle()}} should create a
{{RemoveExpiredCommand}} and execute it with the invocation chain just like
{{org.infinispan.cache.impl.CacheImpl.performRemoveExpiredCommand()}} does.