aspnetcore/test/Microsoft.AspNet.Mvc.Razor..../Compilation
Pranav K 59db8143da Updating CompilerCache to use IMemoryCache and file system watcher to
expire files in razor file cache.

Add a functional test to ensure the compiler cache does not get
initialized until the first request to a View.

Fixes #1708
2015-02-05 09:52:17 -08:00
..
CompilationResultTest.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
CompilerCacheTest.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
DefaultRazorFileProviderCacheTest.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
RazorCompilationServiceTest.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
RoslynCompilationServiceTest.cs