2 instantiations of CacheTable
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
120new CacheTable<string, string>("formatNameCache", 4, new TimeSpan(0, 0, 100)); // path -> formatname 123new 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)
119private static CacheTable<string, string> formatNameCache = 122private static CacheTable<QueueInfoKeyHolder, MQCacheableInfo> queueInfoCache =