Tag Cache Data
Tags are string-based identifiers that allow you to associate keywords with cached data. Using these keywords, you can perform various cache operations on tagged items. Tags help organize cached data, improving application efficiency and performance.
In This Section
Tags Overview
Explains the basic concepts of Tags along with their use cases.
Add/Update Data with Tags
Explains how tagged items can be added to the cache.
Retrieve Data with Tags
Explains how existing tagged data can be fetched from the cache.
Remove Data with Tags
Explains how existing tagged items can be removed from the cache.
Search Tag Data using SQL
Explains how to get the tagged data using SQL queries.
Delete Tag Data using SQL
Explains how to delete the tagged data using SQL queries.