ContinuousQueryCacheIsCacheValues Property |
Note: This API is now obsolete.
Namespace: Tangosol.Net.Cache
[ObsoleteAttribute("As of Coherence 3.4 this property is replaced with CacheValues")] public virtual bool IsCacheValues { 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.