• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
What is caching?
The applications ability to store frequently used data in an intermediate storage area that lets you persist and retrieve data quicker
What is the Cache Object?
a container of global data shared by all sessions
What are the different types of caching in ASP.Net?
application data and page output and kernel caching
Why not just use the Application object for caching?
Caching object
-automatically removes unused items
-supports various dependencies,
provides removal callbacks and priorities
-thread safe
What are the different cache dependencies?
time, files, other items, and other dependencies, and for ASP.NET 2.0 only SQL Server Cache Dependency
What is page caching?
saved page responses that can be used to serve subsequent without reexecuting the page