public InMemoryResponseCache(DashboardCacheDependency dashboardCacheDependency)
		{
			cacheDependency = dashboardCacheDependency;
		}
Esempio n. 2
0
 public InMemoryResponseCache(DashboardCacheDependency dashboardCacheDependency)
 {
     cacheDependency = dashboardCacheDependency;
 }