Tag Cache Data
Tags are string-based identifiers, associated with your cache data. Using Tags, you can associate keyword(s) with your cache items which are then helpful for performing various cache operations on your cache data using those keyword(s). They help in cache data organization which improves the efficiency of the application and makes 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 with SQL
Explains how to get the tagged data using SQL queries.
Delete Tag Data with SQL
Explains how to delete the tagged data using SQL queries.