Frequently Asked Interview Questions

What is the difference between Cache and Application variable

  • The scope of both variables are in Application level.
  • 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