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