5 references to queueInfoCache
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
962
MQCacheableInfo cachedInfo =
queueInfoCache
.Get(QueueInfoKey);
984
queueInfoCache
.Put(QueueInfoKey, mqInfo);
1584
queueInfoCache
.ClearStale(new TimeSpan(0));
1745
queueInfoCache
.Remove(queue.QueueInfoKey);
3533
queueInfoCache
.Remove(QueueInfoKey);