Soenneker.Utils.ResettableLazy 2.1.229

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Utils.ResettableLazy --version 2.1.229
NuGet\Install-Package Soenneker.Utils.ResettableLazy -Version 2.1.229
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.ResettableLazy" Version="2.1.229" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.ResettableLazy --version 2.1.229
#r "nuget: Soenneker.Utils.ResettableLazy, 2.1.229"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.ResettableLazy as a Cake Addin
#addin nuget:?package=Soenneker.Utils.ResettableLazy&version=2.1.229

// Install Soenneker.Utils.ResettableLazy as a Cake Tool
#tool nuget:?package=Soenneker.Utils.ResettableLazy&version=2.1.229

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.ResettableLazy

A thread-safe resettable lazy implementation

Installation

dotnet add package Soenneker.Utils.ResettableLazy

Usage

var _httpClientLazy = new ResettableLazy<HttpClient>(() => httpClientFactory.CreateClient("", true);

// HttpClient is created from the factory at this point
_httpClientLazy.Value.GetAsync("http://google.com");

// flushes the lazy's cache
_httpClientLazy.Reset();

// A new HttpClient is created from the factory again since Reset() was called
_httpClientLazy.Value.GetAsync("http://google.com");

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.229 69 6/22/2024
2.1.228 74 6/15/2024
2.1.227 71 6/15/2024
2.1.226 71 6/14/2024
2.1.225 81 6/1/2024
2.1.224 86 6/1/2024
2.1.223 77 6/1/2024
2.1.222 84 5/31/2024
2.1.221 73 5/29/2024
2.1.220 69 5/28/2024
2.1.219 73 5/27/2024
2.1.218 74 5/26/2024
2.1.217 88 5/26/2024
2.1.216 87 5/26/2024
2.1.215 73 5/25/2024
2.1.214 80 5/25/2024
2.1.213 82 5/25/2024
2.1.212 84 5/25/2024
2.1.211 77 5/25/2024
2.1.210 73 5/23/2024
2.1.209 77 5/23/2024
2.1.208 83 5/23/2024
2.1.207 81 5/23/2024
2.1.206 76 5/22/2024
2.1.205 78 5/22/2024
2.1.204 83 5/22/2024
2.1.203 81 5/18/2024
2.1.202 87 5/17/2024
2.1.201 90 5/17/2024
2.1.200 79 5/16/2024
2.1.199 78 5/16/2024
2.1.198 87 5/15/2024
2.1.197 78 5/15/2024
2.1.196 74 5/13/2024
2.1.195 93 4/29/2024
2.1.194 86 4/29/2024
2.1.193 85 4/28/2024
2.1.192 79 4/28/2024
2.1.191 82 4/28/2024
2.1.190 84 4/28/2024
2.1.189 82 4/28/2024
2.1.188 95 4/28/2024
2.1.187 76 4/27/2024
2.1.186 76 4/27/2024
2.1.185 84 4/19/2024
2.1.184 84 4/18/2024
2.1.183 80 4/12/2024
2.1.182 68 4/12/2024
2.1.181 71 4/12/2024
2.1.180 74 4/12/2024
2.1.179 77 4/12/2024
2.1.178 72 4/11/2024
2.1.177 67 4/10/2024
2.1.176 66 4/9/2024
2.1.175 90 4/2/2024
2.1.174 83 4/1/2024
2.1.173 80 3/29/2024
2.1.172 67 3/25/2024
2.1.171 73 3/25/2024
2.1.170 71 3/20/2024
2.1.169 87 3/19/2024
2.1.168 93 3/19/2024
2.1.167 84 3/18/2024
2.1.166 101 3/15/2024
2.1.165 90 3/13/2024
2.1.164 89 3/13/2024
2.1.163 93 3/13/2024
2.1.162 89 3/12/2024
2.1.161 96 3/12/2024
2.1.160 92 3/11/2024
2.1.159 92 3/11/2024
2.1.158 95 3/10/2024
2.1.157 94 3/8/2024
2.1.156 93 3/8/2024
2.1.155 85 3/8/2024
2.1.154 92 3/6/2024
2.1.153 84 3/4/2024
2.1.152 78 3/4/2024
2.1.151 89 3/3/2024
2.1.150 81 3/2/2024
2.1.149 78 3/2/2024
2.1.148 83 3/2/2024
2.1.147 74 3/2/2024
2.1.146 77 2/29/2024
2.1.145 74 2/29/2024
2.1.144 69 2/29/2024
2.1.143 77 2/26/2024
2.1.142 82 2/25/2024
2.1.141 83 2/25/2024
2.1.140 79 2/23/2024
2.1.139 75 2/22/2024
2.1.138 85 2/22/2024
2.1.137 89 2/22/2024
2.1.136 82 2/21/2024
2.1.135 81 2/21/2024
2.1.134 87 2/21/2024
2.1.133 91 2/21/2024
2.1.132 91 2/21/2024
2.1.131 86 2/20/2024
2.1.130 90 2/20/2024
2.1.129 83 2/20/2024
2.1.128 80 2/20/2024
2.1.127 80 2/19/2024
2.1.126 86 2/19/2024
2.1.125 92 2/17/2024
2.1.124 86 2/17/2024
2.1.123 91 2/16/2024
2.1.122 90 2/16/2024
2.1.121 83 2/16/2024
2.1.120 84 2/16/2024
2.1.119 83 2/16/2024
2.1.118 79 2/16/2024
2.1.117 95 2/14/2024
2.1.116 86 2/13/2024
2.1.115 93 2/13/2024
2.1.114 96 2/13/2024
2.1.113 88 2/13/2024
2.1.112 85 2/12/2024
2.1.111 88 2/11/2024
2.1.110 87 2/11/2024
2.1.109 99 2/11/2024
2.1.108 86 2/10/2024
2.1.107 86 2/9/2024
2.1.106 85 2/9/2024
2.1.105 88 2/9/2024
2.1.104 85 2/8/2024
2.1.103 87 2/8/2024
2.1.102 87 2/8/2024
2.1.101 91 2/8/2024
2.1.100 82 2/7/2024
2.1.99 78 2/7/2024
2.1.98 78 2/7/2024
2.1.97 82 2/7/2024
2.1.96 84 2/6/2024
2.1.95 86 2/6/2024
2.1.94 80 2/5/2024
2.1.93 80 2/4/2024
2.1.92 78 2/2/2024
2.1.91 78 1/31/2024
2.1.90 78 1/29/2024
2.1.89 73 1/29/2024
2.1.88 79 1/28/2024
2.1.87 80 1/28/2024
2.1.86 77 1/28/2024
2.1.85 80 1/28/2024
2.1.84 84 1/28/2024
2.1.83 74 1/28/2024
2.1.82 75 1/27/2024
2.1.81 74 1/27/2024
2.1.80 76 1/27/2024
2.1.79 78 1/27/2024
2.1.78 77 1/27/2024
2.1.77 78 1/26/2024
2.1.76 78 1/26/2024
2.1.75 77 1/26/2024
2.1.74 77 1/26/2024
2.1.73 81 1/26/2024
2.1.72 76 1/25/2024
2.1.71 78 1/25/2024
2.1.70 79 1/25/2024
2.1.69 84 1/19/2024
2.1.68 87 1/15/2024
2.1.67 79 1/15/2024
2.1.66 85 1/15/2024
2.1.65 87 1/15/2024
2.1.64 89 1/15/2024
2.1.63 91 1/14/2024
2.1.62 88 1/13/2024
2.1.61 80 1/12/2024
2.1.60 95 1/11/2024
2.1.59 93 1/7/2024
2.1.58 88 1/5/2024
2.1.57 94 1/5/2024
2.1.56 109 1/5/2024
2.1.55 95 1/1/2024
2.1.54 105 12/28/2023
2.1.53 102 12/28/2023
2.1.52 99 12/28/2023
2.1.51 97 12/27/2023
2.1.50 115 12/27/2023
2.1.49 95 12/27/2023
2.1.48 99 12/25/2023
2.1.47 97 12/25/2023
2.1.46 101 12/25/2023
2.1.45 91 12/25/2023
2.1.44 90 12/25/2023
2.1.43 95 12/24/2023
2.1.42 97 12/23/2023
2.1.41 97 12/23/2023
2.1.40 93 12/23/2023
2.1.39 83 12/23/2023
2.1.38 90 12/23/2023
2.1.37 95 12/19/2023
2.1.36 85 12/19/2023
2.1.35 109 12/10/2023
2.1.34 98 12/10/2023
2.1.33 98 12/9/2023
2.1.32 94 12/9/2023
2.1.31 103 12/9/2023
2.1.30 100 12/6/2023
2.1.29 113 12/5/2023
2.1.28 98 12/4/2023
2.1.27 107 12/4/2023
2.1.26 85 12/4/2023
2.1.25 126 11/23/2023
2.1.24 103 11/23/2023
2.1.23 96 11/23/2023
2.1.22 104 11/23/2023
2.1.21 98 11/20/2023
2.1.20 97 11/20/2023
2.1.19 89 11/19/2023
2.1.18 93 11/19/2023
2.1.17 93 11/19/2023
2.1.16 95 11/19/2023
2.1.15 92 11/19/2023
2.1.14 93 11/18/2023
2.1.13 99 11/18/2023
2.1.12 89 11/18/2023
2.1.11 91 11/17/2023
2.1.10 89 11/17/2023
2.1.9 89 11/17/2023
2.1.8 93 11/17/2023
2.1.7 91 11/17/2023
2.1.6 95 11/17/2023
2.1.5 102 11/17/2023
2.1.4 92 11/17/2023
2.1.3 88 11/16/2023
2.0.75 92 11/16/2023
2.0.74 87 11/16/2023
2.0.73 92 11/15/2023
2.0.2 87 11/16/2023
2.0.1 87 11/16/2023
1.0.72 84 11/15/2023
1.0.71 90 11/14/2023
1.0.70 86 11/13/2023
1.0.69 90 11/9/2023
1.0.68 85 11/9/2023
1.0.67 93 11/8/2023
1.0.66 88 11/7/2023
1.0.65 96 11/3/2023
1.0.64 100 11/2/2023
1.0.63 113 10/26/2023
1.0.62 108 10/19/2023
1.0.61 98 10/18/2023
1.0.60 108 10/16/2023
1.0.59 108 10/16/2023
1.0.58 97 10/12/2023
1.0.57 105 9/21/2023
1.0.56 105 9/20/2023
1.0.55 106 9/18/2023
1.0.54 90 9/18/2023
1.0.53 117 9/15/2023
1.0.52 119 8/31/2023
1.0.51 110 8/30/2023
1.0.50 113 8/30/2023
1.0.49 136 8/28/2023
1.0.48 118 8/25/2023
1.0.47 109 8/22/2023
1.0.46 126 8/18/2023
1.0.45 139 8/17/2023
1.0.44 147 8/11/2023
1.0.43 132 8/9/2023
1.0.42 131 8/8/2023
1.0.41 129 8/7/2023
1.0.40 139 7/14/2023
1.0.39 104 7/11/2023
1.0.38 132 7/10/2023
1.0.37 140 7/7/2023
1.0.36 132 7/3/2023
1.0.35 150 6/30/2023
1.0.34 149 6/28/2023
1.0.33 143 6/28/2023
1.0.32 127 6/27/2023
1.0.31 139 6/26/2023
1.0.30 135 6/22/2023
1.0.29 131 6/16/2023
1.0.28 142 6/15/2023
1.0.27 157 6/12/2023
1.0.26 131 6/9/2023
1.0.25 119 6/8/2023
1.0.24 120 6/7/2023
1.0.23 126 6/7/2023
1.0.22 141 6/6/2023
1.0.21 132 6/5/2023
1.0.20 137 6/2/2023
1.0.19 150 6/2/2023
1.0.18 120 6/1/2023
1.0.17 130 5/31/2023
1.0.16 133 5/31/2023
1.0.15 125 5/30/2023
1.0.14 113 5/29/2023
1.0.13 119 5/26/2023
1.0.12 136 5/25/2023
1.0.11 124 5/24/2023
1.0.10 122 5/24/2023
1.0.8 136 5/23/2023
1.0.7 130 5/22/2023
1.0.6 131 5/17/2023
1.0.5 182 4/11/2023
1.0.4 204 4/3/2023
1.0.3 170 4/3/2023
1.0.1 189 2/23/2023