JSON Data in Cache
Note
This feature is available in NCache Enterprise and Professional editions.
NCache now lets you add/retrieve cache data in the form of JSON. This section briefly explains all the functionalities and uses of cache data as JSON.
In This Section
Json Data types and Properties Overview
Gives the basic overview of cache data as JSON, according to NCache.
Using Primitive Types as JSON Value in Cache
Explains how to use JsonValue
in NCache, the advantages and use cases programmatically.
Using JSON Object as Cache Data
Explains how to use JsonObject
in NCache along with all the aspects of using JsonObject
in cache programmatically.
Using JSON Array as Cache Data
Explains how to use JsonArray
in NCache and the use cases of JsonArray
.
Search JSON Data in Cache using SQL Queries
Explains how to use SQL like query for retrieval of JSON data.