Package org.wildfly.clustering.ee
Interface Locator<K,V>
-
public interface Locator<K,V>Locates a value from the cache.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description VfindValue(K id)Locates the value in the cache with the specified identifier.default VtryValue(K key)Returns the value for the specified key, if possible.
-