2 references to MostFrequentlyUsedCache
ReachFramework (2)
AlphaFlattener\MetroDevice.cs (1)
778
this.m_innerCache = new MS.Internal.Printing.
MostFrequentlyUsedCache
<string, CachePacket>(maxEntries);
Serialization\Manager\NGCSerializationManager.cs (1)
748
this.m_validatedPrintTicketCache = new MS.Internal.Printing.
MostFrequentlyUsedCache
<string, PrintTicket>(s_PrintTicketCacheMaxCount);