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

Can cache container as a runtime option. #31

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

rhift
Copy link
Contributor

@rhift rhift commented Nov 11, 2019

No description provided.

Copy link
Contributor

@jpmarcotte jpmarcotte left a comment

Choose a reason for hiding this comment

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

Tentative Approval. Ideally I'd like to see the README updated to include this, but if we're keeping this as an undocumented feature until we're sold on the idea, I'm fine leaving it out for now. It also doesn't make things worse not having it, but we should probably at least create a ticket to add it to the readme so we don't forget (but I feel like adding it to the readme is easier than the overhead of a new ticket).

public function getCanCacheContainer(): bool
{
if ($this->CanCacheContainer === null) {
$this->CanCacheContainer = $this->getCanCacheContainerFromEnvironment();
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@jpmarcotte jpmarcotte merged commit c7bf854 into master Feb 3, 2020
@jpmarcotte jpmarcotte deleted the can-cache-container-as-runtime-option branch February 3, 2020 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants