GPS.SimpleCache
1.1.1
.NET Framework 4.5.2
Install-Package GPS.SimpleCache -Version 1.1.1
dotnet add package GPS.SimpleCache --version 1.1.1
<PackageReference Include="GPS.SimpleCache" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GPS.SimpleCache --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GPS.SimpleCache, 1.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install GPS.SimpleCache as a Cake Addin
#addin nuget:?package=GPS.SimpleCache&version=1.1.1
// Install GPS.SimpleCache as a Cake Tool
#tool nuget:?package=GPS.SimpleCache&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple Caching
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- GPS.SimpleThreading (>= 0.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.1.1.0
The Sharp Ninja
* Converted to Paket
* Added ExpirationStrategy property to CacheItem.
When set to Fixed, the LastAccessed property never changes and the item will
expire exactly N minutes from origination where N is configured duration for
the SimpleCache.
Version 1.0.1.1
- Changed to correctly identify GPS.SimpleThreading as a dependency.
Version 1.0.1.0
- Changed to use the ThreadSafeDictionary as the data store.