public InMemoryResponseCache(DashboardCacheDependency dashboardCacheDependency)
		{
			cacheDependency = dashboardCacheDependency;
		}
Exemple #2
0
 public InMemoryResponseCache(DashboardCacheDependency dashboardCacheDependency)
 {
     cacheDependency = dashboardCacheDependency;
 }