Package org.infinispan.container.impl
Interface TouchableMap
public interface TouchableMap
-
Method Summary
-
Method Details
-
touchKey
Touches the entry for the given key in this map. This method will update any recency timestamps for both expiration or eviction as needed.- Parameters:
key
- key to touchcurrentTimeMillis
- the recency timestamp to set- Returns:
- whether the entry was touched or not
-