Tag Cache Data
Note
This feature is only available in NCache Enterprise Edition.
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 Properties and Usage Overview
Explains the basic concepts of tags along with their use cases.
Add/Update Cache Data with Tags
Explains how tagged items can be added to cache.
Retrieve Cache Data with Tags
Explains how existing tagged data can be fetched from the cache.
Remove Cache Data with Tags
Explains how existing tagged items can be removed from the cache.
Search Tag Data in Cache with SQL
Explains how to get the tagged data using SQL queries.
Delete Tag Data from Cache with SQL
Explains how to delete the tagged data using SQL queries.