gridgain / gridgain-old

268 stars 85 forks source link

Suggest new Adapter class: GridCacheBulkStoreAdapter #79

Open ceefour opened 10 years ago

ceefour commented 10 years ago

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 commented 10 years ago

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