GetCacheServer 1.1.0
See the version list below for details.
dotnet add package GetCacheServer --version 1.1.0
NuGet\Install-Package GetCacheServer -Version 1.1.0
<PackageReference Include="GetCacheServer" Version="1.1.0" />
paket add GetCacheServer --version 1.1.0
#r "nuget: GetCacheServer, 1.1.0"
// Install GetCacheServer as a Cake Addin #addin nuget:?package=GetCacheServer&version=1.1.0 // Install GetCacheServer as a Cake Tool #tool nuget:?package=GetCacheServer&version=1.1.0
GetCache is a distributed in-memory cache that supports data sharding on multiple nodes and data replication. Nodes can be added and removed to the cluster without causing service interruptions.
GetCache stores any type of data, objects can be serialized using JSON or XML, raw object like images or videos can be stored as byte arrays. GetCache supports automatic data expiration.
Learn more about Target Frameworks and .NET Standard.
This package has 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 1.1.0 features
- Robots
- New console command
- Updated client API
Version 1.0.0 features
- JSON and XML serialization
- binary object
- many cluster nodes
- data sharding
- data replication
- data expiration