ContinuousQueryCacheCacheValues Property |
Namespace: Tangosol.Net.Cache
public virtual bool CacheValues { get; set; }
By changing this value from false to true, the ContinuousQueryCache will fully realize its contents locally and maintain them coherently in a manner analogous to the Coherence Near Cache. By changing this value from true to false, the ContinuousQueryCache will discard its locally cached data and rely on the underlying INamedCache.