Named Tags in Data Caching
You can associate one or more keywords with cache items in NCache for data caching. These keywords will act as an identifying mark for cache items. You can retrieve that data later based on specific keywords through Tags. But if you require a higher level of tagging where your tags can have types or names, and you require querying data related to a specific type of tag, then you need Named Tags. The Named Tags feature set is the enhanced feature set of Tags.
Note
This feature is only available in NCache Enterprise.
In this Section
Named Tags Overview
Explains the concepts of Named Tags in detail along with their properties
Add/Update Data with Named Tags
Explains how to add items in a cache along with Named Tags.
Remove Data with Named Tags
This section explains how to remove Named Tags which are pre-assigned to the items.
Search Data with Named Tags and SQL
Explains how to query data using SQL commands with Named Tags.
Delete Data with Named Tags and SQL
Explains how to delete data from a database with an SQL command.