Implemented interface member:
property
Priority
Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority
2 references to Priority
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
553
switch (entry.
Priority
)
567
throw new NotSupportedException("Not implemented: " + entry.
Priority
);