Package org.shoal.ha.cache.api
Interface IdleEntryDetector<K,V>
-
public interface IdleEntryDetector<K,V>- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisIdle(DataStoreEntry<K,V> entry, long nowInMillis)
-
-
-
Method Detail
-
isIdle
boolean isIdle(DataStoreEntry<K,V> entry, long nowInMillis)
-
-