Question about CacheServer.setNotifyBySubscription(boolean) which is deprecated... The default is now TRUE. But I found a test that is setting it to FALSE. What is the preferred non-deprecated API for setting this to FALSE?
* @deprecated as of 6.0.1. This method is no longer in use, by default notifyBySubscription * attribute is set to true. */ @Deprecated void setNotifyBySubscription(boolean b);