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