예제 #1
0
 public CacheAwareBundleCollectionInitializer(IEnumerable <IConfiguration <BundleCollection> > bundleConfigurations, IBundleCollectionCache cache, ExternalBundleGenerator externalBundleGenerator, ManifestValidator manifestValidator, CassetteSettings settings)
 {
     this.bundleConfigurations = bundleConfigurations;
     this.cache = cache;
     this.externalBundleGenerator = externalBundleGenerator;
     this.manifestValidator       = manifestValidator;
     this.settings = settings;
 }
 public CacheAwareBundleCollectionInitializer(IEnumerable<IConfiguration<BundleCollection>> bundleConfigurations, IBundleCollectionCache cache, ExternalBundleGenerator externalBundleGenerator, ManifestValidator manifestValidator, CassetteSettings settings)
 {
     this.bundleConfigurations = bundleConfigurations;
     this.cache = cache;
     this.externalBundleGenerator = externalBundleGenerator;
     this.manifestValidator = manifestValidator;
     this.settings = settings;
 }
예제 #3
0
 public BundleCacheRebuilder(BundleCollection bundles, IBundleCollectionCache cache, IBundleCollectionInitializer bundleCollectionInitializer)
 {
     this.bundles = bundles;
     this.cache   = cache;
     this.bundleCollectionInitializer = bundleCollectionInitializer;
 }
예제 #4
0
 public BundleCacheRebuilder(BundleCollection bundles, IBundleCollectionCache cache, IBundleCollectionInitializer bundleCollectionInitializer)
 {
     this.bundles = bundles;
     this.cache = cache;
     this.bundleCollectionInitializer = bundleCollectionInitializer;
 }