We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
private
1 parent 3e6aec8 commit efba5abCopy full SHA for efba5ab
SampleWebApp/Controllers/HomeController.cs
@@ -13,7 +13,7 @@ namespace Enyim.Caching.SampleWebApp.Controllers
13
public class HomeController : Controller
14
{
15
private readonly IMemcachedClient _memcachedClient;
16
- readonly IMemcachedClient _postbodyMemcachedClient;
+ private readonly IMemcachedClient _postbodyMemcachedClient;
17
private readonly IBlogPostService _blogPostService;
18
private readonly ILogger _logger;
19
public static readonly string CacheKey = "blogposts-recent";
0 commit comments