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

Rename cache to pool #1

Closed
wants to merge 1 commit into from
Closed

Conversation

Vizaxo
Copy link
Owner

@Vizaxo Vizaxo commented Jun 30, 2017

This PR renames all instances of 'cache' to 'pool,' which is a more suitable name.

'Cache,' especially when related to computing, implies some form of saving/caching against a separate main store, which is not what they are doing. I think that 'pool' (suggested by @Cervator) is a more appropriate name, because all they are doing is splitting up the entity storage into multiple smaller, independent groups.

@skaldarnar
Copy link

Not much to review, go ahead and merge it 👍

@Vizaxo
Copy link
Owner Author

Vizaxo commented Jul 23, 2017

Merged in MovingBlocks#3009

@Vizaxo Vizaxo closed this Jul 23, 2017
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.

2 participants