2 instantiations of CacheTable
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
120
new
CacheTable
<string, string>("formatNameCache", 4, new TimeSpan(0, 0, 100)); // path -> formatname
123
new
CacheTable
<QueueInfoKeyHolder, MQCacheableInfo>("queue info", 4, new TimeSpan(0, 0, 100)); // <formatname, accessMode> -> <readHandle. writeHandle, isTrans>
2 references to CacheTable
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
119
private static
CacheTable
<string, string> formatNameCache =
122
private static
CacheTable
<QueueInfoKeyHolder, MQCacheableInfo> queueInfoCache =