What is the difference between SQL notification and SQL invalidation?
2441
28-Aug-2014
Sumit Kesarwani
28-Aug-2014The SQL cache notification generates notifications when the data of a database changes, on which your cache item depends. The SQL cache invalidation makes a cached item invalid when the data stored in a SQL server database changes.