Class CacheBuilder<K,V>

java.lang.Object
com.scaleout.client.caching.CacheBuilder<K,V>
Type Parameters:
K - the key type. Must be int, string, byte[], UUID or provide a custom KeyEncoder.
V - the value type.

public class CacheBuilder<K,V> extends Object
The CacheBuilder is used to instantiate a typed cache connected to a ScaleOut in-memory data grid.