Package org.wildfly.clustering.ee
Interface Creator<K,V,C>
-
public interface Creator<K,V,C>Creates a value in the cache.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VcreateValue(K id, C context)Creates a value in the cache, if it does not already exist.
-