Groups for Logical Data Grouping
Note
This feature is only available in NCache Enterprise Edition.
A Group is a logical partition of data. It is used for grouping cached items, which can help in performing various operations on the cache data. Each Group holds a distinct place and groups do not overlap.
In This Section
Group Cache Data: An Overview
Explains the basic concept of using groups and its advantages.
Add/Update Cache Data with Groups
Explains how an item can be added and updated to a data group.
Retrieve Cache Data with Groups
Explains how an keys of a data group can be fetched from cache.
Remove Cache Data with Group
Explains how a data group can be removed from cache.
Search Group Data in Cache with SQL
Explains how to query the data with groups and retrieve it.
Delete Group Data in Cache with SQL
Explains how to use SQL like query to delete a particular data set associated with a group.