Named Tags with Cache Data
Note
This feature is only available in NCache Enterprise Edition.
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 Properties and Usage Overview
Explains the concepts of Named Tags in detail along with their properties
Add Cache Data with Named Tags
Explains how to add items in a cache along with Named Tags.
Remove Cache Data with Named Tags
This section explains how to remove Named Tags which are pre-assigned to the items.
Search Cache Data with Named Tags and SQL
Explains how to query data using SQL commands with Named Tags.
Delete Cache Data with Named Tags and SQL
Explains how to delete data from a database with an SQL command.