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