Frequently Asked Interview Questions

What is the difference between Cache variable and Session variable

  • The scope of the Cache variable is Application level, sessions variable can be accessed with in session.
  • Cache variable provide cache specific features (i.e. expiration).
  • Cache data depends on cache memory, If server running very low cache memory it will remove cached items based on priority.

Most Visited Pages

Home | Site Index | Contact Us