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

After Close() the behaviour of Get, Set, Remove is not defined. #29

Closed
ReneKroon opened this issue Jul 9, 2020 · 1 comment · Fixed by #32
Closed

After Close() the behaviour of Get, Set, Remove is not defined. #29

ReneKroon opened this issue Jul 9, 2020 · 1 comment · Fixed by #32

Comments

@ReneKroon
Copy link
Contributor

After closing the cache it's undefined what will happen with additional Get, Set, Remove calls. It should not happen but a best practice Golang practice should be applied.

@ReneKroon
Copy link
Contributor Author

Standard library method usually return an error on being called after close.

This was referenced Jul 24, 2020
Merged
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 a pull request may close this issue.

1 participant