Named Tags
You can associate one or more keywords with cache items in NCache for data caching. These keywords act as identifiers for cache items. You can retrieve that data later based on specific keywords through Tags. If you require a higher level of tagging where tags can have types or names, and you require querying data related to a specific type of tag, then you need Named Tags. Named Tags are an enhanced feature set of Tags.
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 using SQL
Explains how to query data using SQL commands with Named Tags.
Delete Data with Named Tags using SQL
Explains how to delete data from cache using Named Tags with an SQL command.