Dan Berindei created ISPN-11137:
-----------------------------------
Summary: 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
Fix For: 11.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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)