From f0867c6568e5c0cf6dabffc01a5c7b16441148a2 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 24 Apr 2019 10:24:30 -0400 Subject: [PATCH] update release notes --- Plumb.Cacher/Plumb.Cacher.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plumb.Cacher/Plumb.Cacher.csproj b/Plumb.Cacher/Plumb.Cacher.csproj index 4fda86c..1045b45 100644 --- a/Plumb.Cacher/Plumb.Cacher.csproj +++ b/Plumb.Cacher/Plumb.Cacher.csproj @@ -8,7 +8,7 @@ An in-memory, thread-safe, self-expiring cache. Copyright 2016-2018 Bronley plumb https://github.com/TwitchBronBron/Plumb.Cacher - Added support for .NET Core. Fixed several areas that could cause race conditions and deadlocks. + Fixed issue in async resolver that was caching exceptions. Exceptions thrown in async resolvers now cause that cache item to be immediately discarded. cache;cacher;caching;expiration;multi-threading;thread-safe;thread-safety;threading;performance;generics;dotnet-core https://github.com/TwitchBronBron/Plumb.Cacher true