aspnetcore/src/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
..
CompilationFailedException.cs Adding support for flowing compilation errors to Diagnostics middleware 2015-01-13 07:32:58 -08:00
CompilationFailure.cs Adding support for flowing compilation errors to Diagnostics middleware 2015-01-13 07:32:58 -08:00
CompilationMessage.cs Adding support for flowing compilation errors to Diagnostics middleware 2015-01-13 07:32:58 -08:00
CompilationOptionsProviderExtension.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
CompilationResult.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
CompilerCache.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
CompilerCacheEntry.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
DefaultRazorFileProviderCache.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
ICompilationService.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
ICompilerCache.cs
IRazorFileProviderCache.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
RoslynCompilationService.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
SyntaxTreeGenerator.cs
UncachedCompilationResult.cs