GetCacheServer 1.3.0

dotnet add package GetCacheServer --version 1.3.0
NuGet\Install-Package GetCacheServer -Version 1.3.0
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="GetCacheServer" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GetCacheServer --version 1.3.0
#r "nuget: GetCacheServer, 1.3.0"
#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 GetCacheServer as a Cake Addin
#addin nuget:?package=GetCacheServer&version=1.3.0

// Install GetCacheServer as a Cake Tool
#tool nuget:?package=GetCacheServer&version=1.3.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.

There are no supported framework assets in this package.

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 Downloads Last updated
1.3.0 1,860 9/23/2013
1.2.0 1,407 9/9/2013
1.1.0 1,130 8/28/2013
1.0.1 1,147 8/13/2013

Version 1.3.0 features:
- GetCache Server installable as a Windows Service.
- Configure the API transport security, enabling or disabling it.
 This allows you to make easier the use of servers and clients on different Windows domains or non-Windows systems.
- Enhanced Monitor API offers memory occupation report.
- GetCache Server embeddable in-process in other application

Version 1.2.0 features:
- Monitor API
- Remote console command (via Monitor API)
- New console command

Version 1.2.0 fix:
- Added sponsor for RobotLoader lease service

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