This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Microsoft.Framework.Expiration.Interfaces namespace has just one type #61
Closed
Description
The Microsoft.Framework.Expiration.Interfaces
namespace has just one type: IExpirationTrigger
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.)