79.9k views
1 vote
In the System.Web.Caching namespace, what class is used for defining a parameter's type in a method of another class?

a. Cache class
b. CacheDependency class
c. OutputCache class
d. ResponseElement class

User Jendrusk
by
8.4k points

1 Answer

1 vote

Final answer:

The CacheDependency class is used for defining a parameter's type in a method of another class in the System.Web.Caching namespace.

Step-by-step explanation:

The class used for defining a parameter's type in a method of another class in the System.Web.Caching namespace is the CacheDependency class.

User Mich
by
7.8k points