JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
touchKey(Object, long)
org.infinispan.container.impl
TouchableMap
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
touchKey(Object, long)
Interface TouchableMap
public interface
TouchableMap
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
touchKey
(
Object
key, long currentTimeMillis)
Touches the entry for the given key in this map.
Method Details
touchKey
boolean
touchKey
(
Object
key, long currentTimeMillis)
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 touch
currentTimeMillis
- the recency timestamp to set
Returns:
whether the entry was touched or not