5 references to GetMoniterKey
System.Web (5)
Cache\SqlCacheDependency.cs (5)
297string monitorKey = SqlCacheDependencyManager.GetMoniterKey(database, tableName); 866monitorKey = GetMoniterKey(dbState._database, tableName); 901cacheInternal.Remove(GetMoniterKey(dbState._database, (string)key)); 953cacheInternal.Remove(GetMoniterKey(dbState._database, (string)key)); 1000if (HttpRuntime.Cache.InternalCache.Get(GetMoniterKey(database, table)) != null) {