File tree Expand file tree Collapse file tree
src/Pomelo.Extensions.Caching.MySql Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111namespace Pomelo . Extensions . Caching . MySql
1212{
1313 /// <summary>
14- /// Distributed cache implementation using Microsoft MySql Server database.
14+ /// Distributed cache implementation using MySQL Server database.
1515 /// </summary>
1616 public class MySqlCache : IDistributedCache
1717 {
Original file line number Diff line number Diff line change 77
88namespace Microsoft . Extensions . DependencyInjection
99{
10- /// <summary>
11- /// Extension methods for setting up Microsoft MySql Server distributed cache services in an <see cref="IServiceCollection" />.
12- /// </summary>
13- /// TODO: make this internal again
14- public static class MySqlServerCachingServicesExtensions
10+ /// <summary>
11+ /// Extension methods for setting up MySQL Server distributed cache services in an <see cref="IServiceCollection" />.
12+ /// </summary>
13+ /// TODO: make this internal again
14+ public static class MySqlServerCachingServicesExtensions
1515 {
1616 /// <summary>
17- /// Adds Microsoft MySql Server distributed caching services to the specified <see cref="IServiceCollection" />.
17+ /// Adds MySQL Server distributed caching services to the specified <see cref="IServiceCollection" />.
1818 /// </summary>
1919 /// <param name="services">The <see cref="IServiceCollection" /> to add services to.</param>
2020 /// <param name="setupAction">An <see cref="Action{MySqlCacheOptions}"/> to configure the provided <see cref="MySqlCacheOptions"/>.</param>
You can’t perform that action at this time.
0 commit comments