Reacting to IChangeToken changes
This commit is contained in:
parent
51fa3643fa
commit
f81c238a59
|
|
@ -7,8 +7,8 @@ using System.IO;
|
||||||
using Microsoft.AspNet.FileProviders;
|
using Microsoft.AspNet.FileProviders;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.Http.Internal;
|
using Microsoft.AspNet.Http.Internal;
|
||||||
using Microsoft.Framework.Caching;
|
|
||||||
using Microsoft.Framework.Logging.Testing;
|
using Microsoft.Framework.Logging.Testing;
|
||||||
|
using Microsoft.Framework.Primitives;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.StaticFiles
|
namespace Microsoft.AspNet.StaticFiles
|
||||||
|
|
@ -81,7 +81,7 @@ namespace Microsoft.AspNet.StaticFiles
|
||||||
return new NotFoundFileInfo();
|
return new NotFoundFileInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
public IExpirationTrigger Watch(string filter)
|
public IChangeToken Watch(string filter)
|
||||||
{
|
{
|
||||||
throw new NotSupportedException();
|
throw new NotSupportedException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue