示例#1
0
 public CacheClear(IApplicationCacheSupport IApplicationCacheSupport)
 {
     this.IApplicationCacheSupport = IApplicationCacheSupport;
 }
示例#2
0
 public ServiceSearchParameterCache(IServiceSearchParameterService IServiceSearchParameterService, IGlobalProperties GlobalProperties, IApplicationCacheSupport IApplicationCacheSupport)
 {
     this.IServiceSearchParameterService = IServiceSearchParameterService;
     this.GlobalProperties         = GlobalProperties;
     this.IApplicationCacheSupport = IApplicationCacheSupport;
 }
示例#3
0
 public FhirReleaseCache(IFhirReleaseRepository IFhirReleaseRepository, IApplicationCacheSupport IApplicationCacheSupport, IGlobalProperties IGlobalProperties)
 {
     this.IFhirReleaseRepository   = IFhirReleaseRepository;
     this.IApplicationCacheSupport = IApplicationCacheSupport;
     this.IGlobalProperties        = IGlobalProperties;
 }
示例#4
0
 public PrimaryServiceRootCache(IServicePrimaryBaseUrlService IServiceBaseUrlService, IGlobalProperties GlobalProperties, IApplicationCacheSupport ApplicationCacheSupport)
 {
     this.IServiceBaseUrlService   = IServiceBaseUrlService;
     this.GlobalProperties         = GlobalProperties;
     this.IApplicationCacheSupport = ApplicationCacheSupport;
 }
示例#5
0
 public ServiceCompartmentCache(IServiceCompartmentRepository IServiceCompartmentRepository, IApplicationCacheSupport IApplicationCacheSupport, IGlobalProperties IGlobalProperties)
 {
     this.IServiceCompartmentRepository = IServiceCompartmentRepository;
     this.IApplicationCacheSupport      = IApplicationCacheSupport;
     this.IGlobalProperties             = IGlobalProperties;
 }