Soenneker.Utils.ResettableLazy 3.0.430

Prefix Reserved
dotnet add package Soenneker.Utils.ResettableLazy --version 3.0.430
                    
NuGet\Install-Package Soenneker.Utils.ResettableLazy -Version 3.0.430
                    
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.430" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.ResettableLazy" Version="3.0.430" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.ResettableLazy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.ResettableLazy --version 3.0.430
                    
#r "nuget: Soenneker.Utils.ResettableLazy, 3.0.430"
                    
#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.
#addin nuget:?package=Soenneker.Utils.ResettableLazy&version=3.0.430
                    
Install Soenneker.Utils.ResettableLazy as a Cake Addin
#tool nuget:?package=Soenneker.Utils.ResettableLazy&version=3.0.430
                    
Install Soenneker.Utils.ResettableLazy as a Cake Tool

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