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

Suggest new Adapter class: GridCacheBulkStoreAdapter #79

Open
ceefour opened this issue Jul 6, 2014 · 1 comment
Open

Suggest new Adapter class: GridCacheBulkStoreAdapter #79

ceefour opened this issue Jul 6, 2014 · 1 comment

Comments

@ceefour
Copy link

ceefour commented Jul 6, 2014

Which is similar to GridCacheStoreAdapter, but the roles are reversed: loadAll, putAll, removeAll must be implemented by the subclass, and default implementations for load, put, and remove.

Saves a bit of typing..

@ceefour
Copy link
Author

ceefour commented Jul 6, 2014

Wait... is creation of new GridBiInClosure<>() expensive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants