Which of the following is a commonly used caching mechanism in web development?

  • Memcached
  • Postgres
  • SMTP
  • HTTP
Memcached is a commonly used caching mechanism in web development. It is an in-memory key-value store that helps improve the speed and performance of web applications by caching frequently accessed data. The other options (Postgres, SMTP, and HTTP) are not caching mechanisms.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *