Exemplo n.º 1
0
 /// <summary>
 /// Creates a CacheManager from the given ConfigurationContext
 /// </summary>
 /// <param name="configurationContext">Configuration information to use when creating CacheManagers. May not be null.</param>
 public CacheManagerFactory(ConfigurationContext configurationContext) : base(SR.CacheManagerFactoryName, configurationContext)
 {
     this.backingStoreFactory = new BackingStoreFactory(configurationContext);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a CacheManager from the given ConfigurationContext
 /// </summary>
 /// <param name="configurationContext">Configuration information to use when creating CacheManagers. May not be null.</param>
 public CacheManagerFactory(ConfigurationContext configurationContext)
     : base(SR.CacheManagerFactoryName, configurationContext)
 {
     this.backingStoreFactory = new BackingStoreFactory(configurationContext);
 }