You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
I don't have a specific suggestion on what it should be, but I don't think it can stay as is. Perhaps it goes to the main Caching namespace? (And we get rid of the unnecessary .Interfaces namespace suffix as well.)
The text was updated successfully, but these errors were encountered:
The
Microsoft.Framework.Expiration.Interfaces
namespace has just one type:IExpirationTrigger
https://github.com/aspnet/Caching/blob/dev/src/Microsoft.Framework.Caching.Abstractions/IExpirationTrigger.cs#L6
And what a weird namespace name, too.
it appears to be used within caching, and also within the FileSystem repo to implement the file watcher notifications, e.g.:
I don't have a specific suggestion on what it should be, but I don't think it can stay as is. Perhaps it goes to the main Caching namespace? (And we get rid of the unnecessary
.Interfaces
namespace suffix as well.)The text was updated successfully, but these errors were encountered: