Using Tags
Tags are string based identifiers, associated with your data. Using Tags, you can associate keywords(s) with your cache items which are then helpful for performing various cache operations on your data using those keywords. They help in 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 in Cache with Tags
Explains how tagged items can be added to cache.
Retrieve Data from Cache with Tags
Explains how existing tagged data can be fetched from the cache.
Remove Data from Cache with Tags
Explains how existing tagged items can be removed from the cache.
Search Data in Cache with SQL and Tags
Explains how to get the tagged data using SQL queries.
Delete Data in Cache with SQL and Tags
Explains how to delete the tagged data using SQL queries.