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

Revisit caching for RazorViewEngine #3364

Closed
wants to merge 2 commits into from
Closed

Revisit caching for RazorViewEngine #3364

wants to merge 2 commits into from

Conversation

pranavkm
Copy link
Contributor

Fixes #3337

@pranavkm
Copy link
Contributor Author

cc @rynowak \ @loudej

@rynowak
Copy link
Member

rynowak commented Oct 21, 2015

Sadly I won't get to this until later tonite.

@pranavkm
Copy link
Contributor Author

🆙📅

@rynowak
Copy link
Member

rynowak commented Oct 29, 2015

9 days later, I'm getting to this 👍

@@ -54,9 +55,10 @@ public CompilerCache(IFileProvider fileProvider)
throw new ArgumentNullException(nameof(precompiledViews));
}

var expirationTokens = new IChangeToken[0];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be nice to add a comment calling out that we're explicitly calling out precompiled views as non-expiring

@rynowak
Copy link
Member

rynowak commented Oct 30, 2015

@pranavkm pranavkm changed the title [Design]: Revisit caching for RazorViewEngine Revisit caching for RazorViewEngine Nov 3, 2015
@pranavkm pranavkm force-pushed the prkrishn/3337 branch 2 times, most recently from 87929b1 to 01064c7 Compare November 4, 2015 01:37
@pranavkm
Copy link
Contributor Author

pranavkm commented Nov 4, 2015

🆙 📅

@rynowak
Copy link
Member

rynowak commented Nov 9, 2015

11 days later I'm finally getting to this 👍

@rynowak
Copy link
Member

rynowak commented Nov 9, 2015

:shipit:

@pranavkm pranavkm closed this Nov 10, 2015
@pranavkm pranavkm deleted the prkrishn/3337 branch November 10, 2015 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants