Soenneker.Utils.ResettableLazy 2.1.322

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.322                
NuGet\Install-Package Soenneker.Utils.ResettableLazy -Version 2.1.322                
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.322" />                
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.322                
#r "nuget: Soenneker.Utils.ResettableLazy, 2.1.322"                
#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.322

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

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