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