Tag Cache Data
Tags are string-based identifiers through which you can associate keywords with cached data. Using these keywords, you can perform various cache operations on your cached data. They help in organization of the cached data, improving the efficiency of the application and making it faster.
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.