Package org.infinispan.batch
package org.infinispan.batch
Support for batching calls using the
BatchingCache.startBatch()
and BatchingCache.endBatch(boolean)
API.-
ClassDescriptionEnables for automatic batching.A container for holding thread locals for batching, to be used with the
BatchingCache.startBatch()
andBatchingCache.endBatch(boolean)
calls.