Package org.teamapps.ux.cache
Class CacheManipulationHandle<R>
- java.lang.Object
-
- org.teamapps.ux.cache.CacheManipulationHandle<R>
-
public class CacheManipulationHandle<R> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheManipulationHandle(ClientRecordCache cache, int operationSequenceNumber, R result, java.lang.Runnable committingActions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit()RgetAndClearResult()
-
-
-
Constructor Detail
-
CacheManipulationHandle
public CacheManipulationHandle(ClientRecordCache cache, int operationSequenceNumber, R result, java.lang.Runnable committingActions)
-
-
Method Detail
-
getAndClearResult
public R getAndClearResult()
-
commit
public void commit()
-
-