NCache Playground
The NCache Playground allows users to explore, experiment with, and learn about NCache. It lets you interact with .NET and Java code samples and perform real-world testing and prototyping. It even lets you explore how to manage and monitor caches to give you the full experience of NCache deployment. This section covers all of this in detail and even considers any issues users may encounter when doing so.
Note
For assistance with the NCache Playground, please contact Alachisoft Support.
Accessing NCache Playground
NCache Playground is accessible via the Alachisoft Website, or by downloading the Playground Installer and installing it on-premise, or by signing up for NCache Cloud Trial.
This section guides you through using NCache Playground via the Alachisoft Website. NCache Playground lets you run various provided .NET and Java samples in your browser against a running NCache instance. These samples provide output through a command prompt. They let you become familiar with and understand the NCache API without having to download or install NCache.

You will need to provide a Work Email, First Name, and Last Name to start Playground.
Navigating the Playground
Note
The features and operations are applicable for both, the NCache Installer and the instance of NCache Playground available on the NCache Website.
Selecting the Preferred Language
NCache Playground gives you the option to select between .NET and Java by the dropdown menu available on the navigation bar of the Playground.

Samples Menu
When you open .NET or Java, you can find a series of code snippets showcasing various features and common caching use cases, as shown below:
NCache Playground currently offers the following samples for .NET and Java:
.NET Samples
- Basic Operations
- Cache Item Locking
- Groups & Tags
- EF Core Resultset
- SQL Query
- EF Core LINQ
- Data Structures
- Pub/Sub Messaging
Java Samples
- Basic Operations
- Cache Item Locking
- Groups & Tags
- Hibernate Caching
- SQL Query
- Spring Data Caching
- Data Structures
- Pub/Sub Messaging
Sample Execution
NCache Playground provides users with the ability to compile and run .NET and Java code samples. The following samples demonstrate how to use EFCore Resultset for .NET and Hibernate Caching for Java, along with the resulting output in the Command Prompt.
More Info
The More Info tab provides you with details about the API used in the sample, along with the documentation links related to those APIs. These links will help you troubleshoot any issues you may encounter as shown below.
