From what I understand there are three types of caching,
- Disk cache on Apache Server
httpd.conf
- Memory cache on Apache Server
httpd.conf
- Tomcat cache on Tomcat 7.0 (Configuring
context.xml
)
Between all the three types of caching which is the faster and the least resource intensive?
What is the difference between Apache caching and tomcat cache?
When should I use tomcat caching and apache caching? Or can I run both in my cluster?