Soenneker.Utils.ResettableLazy 3.0.423

Prefix Reserved
dotnet add package Soenneker.Utils.ResettableLazy --version 3.0.423                
NuGet\Install-Package Soenneker.Utils.ResettableLazy -Version 3.0.423                
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="3.0.423" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.ResettableLazy --version 3.0.423                
#r "nuget: Soenneker.Utils.ResettableLazy, 3.0.423"                
#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=3.0.423

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

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 net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

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