Soenneker.Utils.ResettableLazy 2.1.344

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.ResettableLazy --version 2.1.344                
NuGet\Install-Package Soenneker.Utils.ResettableLazy -Version 2.1.344                
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.344" />                
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.344                
#r "nuget: Soenneker.Utils.ResettableLazy, 2.1.344"                
#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.344

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

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
3.0.412 68 12/24/2024
3.0.411 72 12/19/2024
3.0.409 63 12/16/2024
3.0.408 71 12/9/2024
3.0.407 79 12/9/2024
3.0.406 72 12/9/2024
3.0.405 83 12/9/2024
3.0.404 73 12/6/2024
3.0.403 77 12/6/2024
3.0.402 77 12/6/2024
3.0.401 81 12/6/2024
3.0.400 70 12/6/2024
3.0.399 69 12/6/2024
3.0.398 80 12/6/2024
3.0.397 82 12/6/2024
3.0.396 75 12/5/2024
3.0.395 69 12/5/2024
3.0.394 74 12/5/2024
3.0.393 75 12/5/2024
3.0.392 76 12/4/2024
3.0.391 75 12/4/2024
3.0.390 73 12/4/2024
3.0.389 75 12/4/2024
3.0.388 83 12/3/2024
3.0.387 81 12/3/2024
3.0.386 76 12/3/2024
3.0.385 84 12/3/2024
3.0.384 71 12/3/2024
3.0.383 71 12/3/2024
3.0.382 70 12/3/2024
3.0.381 82 12/2/2024
3.0.380 81 12/2/2024
3.0.379 80 12/2/2024
3.0.378 72 12/1/2024
3.0.377 79 12/1/2024
3.0.376 81 12/1/2024
3.0.375 72 11/29/2024
3.0.374 75 11/20/2024
3.0.373 74 11/20/2024
3.0.372 78 11/20/2024
3.0.371 82 11/20/2024
3.0.370 75 11/20/2024
3.0.369 67 11/19/2024
3.0.368 72 11/19/2024
3.0.367 73 11/19/2024
3.0.366 74 11/19/2024
3.0.365 82 11/14/2024
3.0.364 79 11/14/2024
3.0.363 80 11/14/2024
3.0.362 78 11/14/2024
3.0.361 88 11/14/2024
3.0.360 77 11/14/2024
3.0.359 83 11/14/2024
2.1.358 78 11/13/2024
2.1.357 75 11/12/2024
2.1.356 74 11/12/2024
2.1.355 83 11/9/2024
2.1.354 82 11/9/2024
2.1.353 77 11/8/2024
2.1.352 76 11/8/2024
2.1.351 76 11/8/2024
2.1.350 81 11/8/2024
2.1.349 75 11/8/2024
2.1.348 85 11/1/2024
2.1.347 80 10/29/2024
2.1.346 73 10/29/2024
2.1.345 81 10/29/2024
2.1.344 79 10/26/2024
2.1.343 74 10/22/2024
2.1.342 62 10/22/2024
2.1.341 63 10/22/2024
2.1.340 77 10/17/2024
2.1.339 75 10/15/2024
2.1.338 80 10/14/2024
2.1.337 80 10/11/2024
2.1.336 86 10/11/2024
2.1.335 86 10/11/2024
2.1.334 94 10/9/2024
2.1.333 83 10/8/2024
2.1.332 86 10/8/2024
2.1.331 73 10/8/2024
2.1.330 81 10/3/2024
2.1.329 85 10/3/2024
2.1.328 88 10/2/2024
2.1.327 88 10/2/2024
2.1.326 101 10/1/2024
2.1.325 90 10/1/2024
2.1.324 92 9/30/2024
2.1.323 84 9/29/2024
2.1.322 117 9/29/2024
2.1.321 88 9/29/2024
2.1.320 83 9/27/2024
2.1.319 83 9/27/2024
2.1.318 88 9/27/2024
2.1.317 89 9/26/2024
2.1.316 119 9/26/2024
2.1.315 85 9/26/2024
2.1.314 91 9/23/2024
2.1.313 95 9/23/2024
2.1.312 90 9/23/2024
2.1.311 103 9/23/2024
2.1.310 88 9/23/2024
2.1.309 103 9/23/2024
2.1.308 92 9/17/2024
2.1.307 96 9/17/2024
2.1.306 90 9/17/2024
2.1.305 87 9/17/2024
2.1.304 90 9/17/2024
2.1.303 86 9/17/2024
2.1.302 89 9/16/2024
2.1.301 101 9/12/2024
2.1.298 108 9/11/2024
2.1.297 112 9/10/2024
2.1.296 97 9/10/2024
2.1.295 106 9/10/2024
2.1.294 113 9/9/2024
2.1.293 107 9/9/2024
2.1.291 112 9/9/2024
2.1.290 105 9/9/2024
2.1.289 117 9/7/2024
2.1.288 111 9/6/2024
2.1.287 112 9/5/2024
2.1.286 109 9/5/2024
2.1.285 113 9/5/2024
2.1.284 103 9/5/2024
2.1.283 109 9/5/2024
2.1.282 115 9/5/2024
2.1.281 110 9/4/2024
2.1.280 101 9/3/2024
2.1.279 102 9/3/2024
2.1.278 108 9/3/2024
2.1.277 100 9/3/2024
2.1.276 95 8/29/2024
2.1.275 109 8/26/2024
2.1.274 122 8/21/2024
2.1.273 114 8/21/2024
2.1.272 124 8/20/2024
2.1.271 115 8/20/2024
2.1.270 109 8/20/2024
2.1.269 111 8/19/2024
2.1.268 119 8/15/2024
2.1.267 115 8/13/2024
2.1.266 80 8/6/2024
2.1.265 97 8/1/2024
2.1.264 93 8/1/2024
2.1.263 94 8/1/2024
2.1.262 63 7/25/2024
2.1.261 76 7/25/2024
2.1.260 82 7/25/2024
2.1.259 72 7/24/2024
2.1.258 62 7/24/2024
2.1.257 99 7/20/2024
2.1.256 96 7/14/2024
2.1.255 92 7/14/2024
2.1.254 94 7/14/2024
2.1.252 94 7/10/2024
2.1.251 103 7/10/2024
2.1.250 88 7/10/2024
2.1.249 75 7/10/2024
2.1.248 108 7/10/2024
2.1.247 94 7/10/2024
2.1.246 97 7/10/2024
2.1.245 96 7/9/2024
2.1.244 79 7/9/2024
2.1.243 80 7/9/2024
2.1.242 89 7/9/2024
2.1.241 93 7/9/2024
2.1.240 97 7/9/2024
2.1.239 112 7/9/2024
2.1.238 112 7/9/2024
2.1.237 106 7/8/2024
2.1.236 85 7/8/2024
2.1.235 100 7/8/2024
2.1.234 111 7/7/2024
2.1.233 98 7/7/2024
2.1.232 111 7/7/2024
2.1.231 92 7/3/2024
2.1.230 101 7/3/2024
2.1.229 113 6/22/2024
2.1.228 112 6/15/2024
2.1.227 108 6/15/2024
2.1.226 107 6/14/2024
2.1.225 113 6/1/2024
2.1.224 119 6/1/2024
2.1.223 119 6/1/2024
2.1.222 116 5/31/2024
2.1.221 106 5/29/2024
2.1.220 102 5/28/2024
2.1.219 104 5/27/2024
2.1.218 108 5/26/2024
2.1.217 118 5/26/2024
2.1.216 121 5/26/2024
2.1.215 111 5/25/2024
2.1.214 117 5/25/2024
2.1.213 100 5/25/2024
2.1.212 117 5/25/2024
2.1.211 113 5/25/2024
2.1.210 108 5/23/2024
2.1.209 110 5/23/2024
2.1.208 114 5/23/2024
2.1.207 98 5/23/2024
2.1.206 111 5/22/2024
2.1.205 115 5/22/2024
2.1.204 115 5/22/2024
2.1.203 109 5/18/2024
2.1.202 121 5/17/2024
2.1.201 117 5/17/2024
2.1.200 110 5/16/2024
2.1.199 108 5/16/2024
2.1.198 116 5/15/2024
2.1.197 111 5/15/2024
2.1.196 104 5/13/2024
2.1.195 126 4/29/2024
2.1.194 116 4/29/2024
2.1.193 115 4/28/2024
2.1.192 89 4/28/2024
2.1.191 108 4/28/2024
2.1.190 114 4/28/2024
2.1.189 112 4/28/2024
2.1.188 108 4/28/2024
2.1.187 108 4/27/2024
2.1.186 104 4/27/2024
2.1.185 113 4/19/2024
2.1.184 121 4/18/2024
2.1.183 102 4/12/2024
2.1.182 101 4/12/2024
2.1.181 104 4/12/2024
2.1.180 102 4/12/2024
2.1.179 110 4/12/2024
2.1.178 99 4/11/2024
2.1.177 97 4/10/2024
2.1.176 98 4/9/2024
2.1.175 121 4/2/2024
2.1.174 120 4/1/2024
2.1.173 106 3/29/2024
2.1.172 85 3/25/2024
2.1.171 87 3/25/2024
2.1.170 105 3/20/2024
2.1.169 115 3/19/2024
2.1.168 120 3/19/2024
2.1.167 114 3/18/2024
2.1.166 133 3/15/2024
2.1.165 107 3/13/2024
2.1.164 126 3/13/2024
2.1.163 112 3/13/2024
2.1.162 122 3/12/2024
2.1.161 114 3/12/2024
2.1.160 125 3/11/2024
2.1.159 133 3/11/2024
2.1.158 128 3/10/2024
2.1.157 111 3/8/2024
2.1.156 125 3/8/2024
2.1.155 118 3/8/2024
2.1.154 119 3/6/2024
2.1.153 117 3/4/2024
2.1.152 117 3/4/2024
2.1.151 120 3/3/2024
2.1.150 114 3/2/2024
2.1.149 110 3/2/2024
2.1.148 118 3/2/2024
2.1.147 106 3/2/2024
2.1.146 108 2/29/2024
2.1.145 93 2/29/2024
2.1.144 101 2/29/2024
2.1.143 110 2/26/2024
2.1.142 114 2/25/2024
2.1.141 115 2/25/2024
2.1.140 110 2/23/2024
2.1.139 103 2/22/2024
2.1.138 99 2/22/2024
2.1.137 119 2/22/2024
2.1.136 112 2/21/2024
2.1.135 109 2/21/2024
2.1.134 118 2/21/2024
2.1.133 119 2/21/2024
2.1.132 109 2/21/2024
2.1.131 119 2/20/2024
2.1.130 122 2/20/2024
2.1.129 112 2/20/2024
2.1.128 107 2/20/2024
2.1.127 113 2/19/2024
2.1.126 115 2/19/2024
2.1.125 128 2/17/2024
2.1.124 121 2/17/2024
2.1.123 124 2/16/2024
2.1.122 126 2/16/2024
2.1.121 113 2/16/2024
2.1.120 115 2/16/2024
2.1.119 118 2/16/2024
2.1.118 124 2/16/2024
2.1.117 129 2/14/2024
2.1.116 124 2/13/2024
2.1.115 131 2/13/2024
2.1.114 133 2/13/2024
2.1.113 120 2/13/2024
2.1.112 124 2/12/2024
2.1.111 130 2/11/2024
2.1.110 123 2/11/2024
2.1.109 133 2/11/2024
2.1.108 120 2/10/2024
2.1.107 123 2/9/2024
2.1.106 117 2/9/2024
2.1.105 124 2/9/2024
2.1.104 122 2/8/2024
2.1.103 127 2/8/2024
2.1.102 122 2/8/2024
2.1.101 126 2/8/2024
2.1.100 123 2/7/2024
2.1.99 112 2/7/2024
2.1.98 111 2/7/2024
2.1.97 114 2/7/2024
2.1.96 119 2/6/2024
2.1.95 117 2/6/2024
2.1.94 110 2/5/2024
2.1.93 116 2/4/2024
2.1.92 112 2/2/2024
2.1.91 108 1/31/2024
2.1.90 108 1/29/2024
2.1.89 103 1/29/2024
2.1.88 108 1/28/2024
2.1.87 109 1/28/2024
2.1.86 107 1/28/2024
2.1.85 95 1/28/2024
2.1.84 113 1/28/2024
2.1.83 105 1/28/2024
2.1.82 99 1/27/2024
2.1.81 106 1/27/2024
2.1.80 106 1/27/2024
2.1.79 109 1/27/2024
2.1.78 110 1/27/2024
2.1.77 107 1/26/2024
2.1.76 109 1/26/2024
2.1.75 107 1/26/2024
2.1.74 109 1/26/2024
2.1.73 110 1/26/2024
2.1.72 109 1/25/2024
2.1.71 93 1/25/2024
2.1.70 110 1/25/2024
2.1.69 115 1/19/2024
2.1.68 121 1/15/2024
2.1.67 107 1/15/2024
2.1.66 114 1/15/2024
2.1.65 117 1/15/2024
2.1.64 121 1/15/2024
2.1.63 119 1/14/2024
2.1.62 116 1/13/2024
2.1.61 108 1/12/2024
2.1.60 124 1/11/2024
2.1.59 122 1/7/2024
2.1.58 120 1/5/2024
2.1.57 121 1/5/2024
2.1.56 136 1/5/2024
2.1.55 129 1/1/2024
2.1.54 130 12/28/2023
2.1.53 129 12/28/2023
2.1.52 124 12/28/2023
2.1.51 127 12/27/2023
2.1.50 146 12/27/2023
2.1.49 109 12/27/2023
2.1.48 131 12/25/2023
2.1.47 125 12/25/2023
2.1.46 130 12/25/2023
2.1.45 123 12/25/2023
2.1.44 121 12/25/2023
2.1.43 123 12/24/2023
2.1.42 123 12/23/2023
2.1.41 123 12/23/2023
2.1.40 120 12/23/2023
2.1.39 111 12/23/2023
2.1.38 113 12/23/2023
2.1.37 125 12/19/2023
2.1.36 111 12/19/2023
2.1.35 137 12/10/2023
2.1.34 125 12/10/2023
2.1.33 126 12/9/2023
2.1.32 118 12/9/2023
2.1.31 133 12/9/2023
2.1.30 129 12/6/2023
2.1.29 142 12/5/2023
2.1.28 128 12/4/2023
2.1.27 134 12/4/2023
2.1.26 112 12/4/2023
2.1.25 154 11/23/2023
2.1.24 131 11/23/2023
2.1.23 110 11/23/2023
2.1.22 132 11/23/2023
2.1.21 127 11/20/2023
2.1.20 109 11/20/2023
2.1.19 114 11/19/2023
2.1.18 120 11/19/2023
2.1.17 107 11/19/2023
2.1.16 126 11/19/2023
2.1.15 120 11/19/2023
2.1.14 120 11/18/2023
2.1.13 126 11/18/2023
2.1.12 126 11/18/2023
2.1.11 118 11/17/2023
2.1.10 115 11/17/2023
2.1.9 103 11/17/2023
2.1.8 121 11/17/2023
2.1.7 117 11/17/2023
2.1.6 121 11/17/2023
2.1.5 131 11/17/2023
2.1.4 117 11/17/2023
2.1.3 112 11/16/2023
2.0.75 118 11/16/2023
2.0.74 114 11/16/2023
2.0.73 123 11/15/2023
2.0.2 99 11/16/2023
2.0.1 120 11/16/2023
1.0.72 113 11/15/2023
1.0.71 106 11/14/2023
1.0.70 116 11/13/2023
1.0.69 120 11/9/2023
1.0.68 114 11/9/2023
1.0.67 124 11/8/2023
1.0.66 120 11/7/2023
1.0.65 110 11/3/2023
1.0.64 128 11/2/2023
1.0.63 141 10/26/2023
1.0.62 137 10/19/2023
1.0.61 129 10/18/2023
1.0.60 141 10/16/2023
1.0.59 136 10/16/2023
1.0.58 129 10/12/2023
1.0.57 131 9/21/2023
1.0.56 137 9/20/2023
1.0.55 136 9/18/2023
1.0.54 119 9/18/2023
1.0.53 130 9/15/2023
1.0.52 145 8/31/2023
1.0.51 142 8/30/2023
1.0.50 142 8/30/2023
1.0.49 164 8/28/2023
1.0.48 145 8/25/2023
1.0.47 137 8/22/2023
1.0.46 139 8/18/2023
1.0.45 169 8/17/2023
1.0.44 172 8/11/2023
1.0.43 159 8/9/2023
1.0.42 160 8/8/2023
1.0.41 154 8/7/2023
1.0.40 167 7/14/2023
1.0.39 136 7/11/2023
1.0.38 162 7/10/2023
1.0.37 168 7/7/2023
1.0.36 161 7/3/2023
1.0.35 179 6/30/2023
1.0.34 176 6/28/2023
1.0.33 156 6/28/2023
1.0.32 162 6/27/2023
1.0.31 166 6/26/2023
1.0.30 163 6/22/2023
1.0.29 157 6/16/2023
1.0.28 171 6/15/2023
1.0.27 186 6/12/2023
1.0.26 162 6/9/2023
1.0.25 148 6/8/2023
1.0.24 151 6/7/2023
1.0.23 153 6/7/2023
1.0.22 155 6/6/2023
1.0.21 161 6/5/2023
1.0.20 163 6/2/2023
1.0.19 180 6/2/2023
1.0.18 149 6/1/2023
1.0.17 157 5/31/2023
1.0.16 161 5/31/2023
1.0.15 154 5/30/2023
1.0.14 144 5/29/2023
1.0.13 147 5/26/2023
1.0.12 166 5/25/2023
1.0.11 152 5/24/2023
1.0.10 151 5/24/2023
1.0.8 165 5/23/2023
1.0.7 157 5/22/2023
1.0.6 164 5/17/2023
1.0.5 209 4/11/2023
1.0.4 231 4/3/2023
1.0.3 201 4/3/2023
1.0.1 217 2/23/2023