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

[5.7] Add forget cache method #26264

Merged
merged 2 commits into from
Oct 26, 2018
Merged

Conversation

tjmartin69
Copy link
Contributor

This method allows you to drop a connection already opened by the cache manager. This is handy if you want to force the connection to reconnect or you change some config options and want to create the connection again using these configs.

A similar method was added to the FilesystemManager earlier this year called forgetDisk.

There is no breaking changes from this as it is a completely new method.

@taylorotwell taylorotwell merged commit ff93b7d into laravel:5.7 Oct 26, 2018
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.

None yet

2 participants