Class ViewBuilder<K,V>

java.lang.Object
com.tangosol.net.MapViewBuilder<K,V>
com.tangosol.net.ViewBuilder<K,V>
Type Parameters:
K - the type of the cache entry keys
V - the type of the entry values in the back cache that is used as the source for this view

public class ViewBuilder<K,V> extends MapViewBuilder<K,V>
The ViewBuilder provides a means to build() a view (ContinuousQueryCache) using a fluent pattern / style.
Since:
12.2.1.4
Author:
rl 5.22.19
See Also: