Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Oracle Coherence -- put into a cache increments the CacheMisss statistic

ChromeTemplar
Member Posts: 17
We noticed that the cache hit probability on our coherence cache was at 50-55%, down from the expected 90%.
After some research, we found that doing a put into the cache increased the CacheMisses statistic. Is there a way to configure my cache so that put operations do not increment the CacheMisses count? I am reading through the Coherence Documentation, but so far have turned up nothing.
I want to prevent "put" operations from incrementing the CacheMisses statistic.
Thanks.