File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Cache/src/ThingsLibrary.Cache.Cosmos Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414using ThingsLibrary . Schema . Library ;
1515using ThingsLibrary . Services . Extensions ;
1616
17- namespace ThingsLibrary . Cache . Cosmost
17+ namespace ThingsLibrary . Cache . Cosmos
1818{
1919 public static partial class ServicesExtensions
2020 {
@@ -27,9 +27,7 @@ public static IServiceCollection AddCacheCosmosStore(this IServiceCollection ser
2727 cacheOptions . ContainerName = configOptions [ "container_name" ] ?? throw new ArgumentException ( "'container_name' missing from cache options." ) ;
2828 cacheOptions . CreateIfNotExists = true ;
2929 } ) ;
30-
31- //var c = new CosmosClientBuilder()
32-
30+
3331 //services.TryAddSingleton<JsonSerializerOptions>(jsonSerializerOptions); //required
3432 services . AddTransient < ICacheStore , CacheStore > ( ) ;
3533
You can’t perform that action at this time.
0 commit comments