Cache is configured to pro-actively refresh data prior to its expiration. In essence, it is using some heuristics to guess what data is most likely to be accessed.
Disadvantages
- Guessing incorrectly can reduce performance compared to without
Cache is configured to pro-actively refresh data prior to its expiration. In essence, it is using some heuristics to guess what data is most likely to be accessed.