You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,6 +37,13 @@ public static IServiceCollection AddLazyCache(this IServiceCollection services)
25
37
returnservices;
26
38
}
27
39
40
+
/// <summary>
41
+
/// Register a custom implementation of <see cref="IAppCache"/> to the
42
+
/// </summary>
43
+
/// <param name="services">Instance of <see cref="IServiceCollection"/>.</param>
44
+
/// <param name="implementationFactory">A delegate that allows users to inject their own <see cref="IAppCache"/> implementation.</param>
45
+
/// <returns>Modified instance of <see cref="IServiceCollection"/.></returns>
46
+
/// <exception cref="ArgumentNullException">Thrown when any of: <paramref name="services"/> or <paramref name="implementationFactory"/> are null.</exception>
0 commit comments