Announcement

Collapse
No announcement yet.

Asp.net

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Asp.net

    What is the difference between SQL notification and SQL invalidation?

  • #2
    The SQL notification generates notifications when the data of a database changes, on which your cache item depends.

    The SQL invalidation makes a cached item invalid when the data stored in a SQL server database changes.

    Comment


    • #3
      The 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.


      Comment


      • #4
        The 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

        Comment


        • #5
          The SQL cache notification generates notifications when the data of database changes, on which your cache item depends. On the other hand, the SQL cache invalidation makes a cached item invalid when the data stored in a SQL Server database changes.

          Comment

          Working...
          X