Cache Data Categorization Via Groups, Tags and Named Tags

Categorizing Cache Data in NCache

Efficient data management requires the ability to quickly search for application data based on specific attributes. As the volume of data grows, this need becomes even more crucial. Typically, databases already have fields that facilitate in the categorization of data, and these fields can be used as indexes when caching data. However, there may be…

Optimized Cache Data Searching in NCache

How to Search Cached Data in NCache?

NCache is a key-value store. It quickly retrieves cached items by their key. But it can also search cached entries by other properties. For example, instead of searching cached products by their key, we can also search them by category, price range, and weight. Let’s learn how to index cached items to make them searchable.…