Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Microsoft.Framework.Expiration.Interfaces namespace has just one type #61

Closed
Eilon opened this issue May 1, 2015 · 2 comments
Closed
Assignees
Milestone

Comments

@Eilon
Copy link
Member

Eilon commented May 1, 2015

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.)

@muratg
Copy link

muratg commented May 4, 2015

Agreed, this interface should stay in Abstractions assembly, and the namespace should be Microsoft.Framework.Caching

@muratg muratg added this to the 1.0.0-beta5 milestone May 4, 2015
@kichalla
Copy link
Member

kichalla commented May 5, 2015

commit fa8f977

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants