Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix caching of static files. #4776

Merged
merged 2 commits into from
Oct 5, 2017
Merged

Fix caching of static files. #4776

merged 2 commits into from
Oct 5, 2017

Conversation

ryuyu
Copy link
Contributor

@ryuyu ryuyu commented Sep 28, 2017

Addresses #4753
Adds a new property so we can tell if a storageDependent is supposed to be a SingleInstance or not.

@joelverhagen @skofman1

@@ -54,14 +57,20 @@ public StorageDependent SetBindingKey(string bindingKey)
/// </summary>
public Type InterfaceType { get; }

/// <summary>
/// Indicates if the implementation type should be declared as a singleton in DI container.
Copy link
Contributor

Choose a reason for hiding this comment

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

Super nit: DI -> dependency injection. Acronyms are evil and should be eradicated :)

@ryuyu ryuyu merged commit 046d829 into dev Oct 5, 2017
@joelverhagen joelverhagen deleted the ryuyu-fix-contentservice-cacheing branch February 26, 2018 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants