Cache\SqlCacheDependency.cs (6)
1645SetupNotifications(0, null, connectionString);
1649SetupNotifications(SETUP_DISABLE, null, connectionString);
1653SetupNotifications(SETUP_TABLE, table, connectionString);
1662SetupNotifications(SETUP_TABLES, table, connectionString);
1667SetupNotifications(SETUP_TABLE|SETUP_DISABLE, table, connectionString);
1676SetupNotifications(SETUP_TABLES|SETUP_DISABLE, table, connectionString);