GetCacheServer 1.3.0
dotnet add package GetCacheServer --version 1.3.0
NuGet\Install-Package GetCacheServer -Version 1.3.0
<PackageReference Include="GetCacheServer" Version="1.3.0" />
paket add GetCacheServer --version 1.3.0
#r "nuget: GetCacheServer, 1.3.0"
// 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
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