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

    Modifier and Type Method Description
    void commit()  
    R getAndClearResult()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CacheManipulationHandle

      public CacheManipulationHandle​(ClientRecordCache cache, int operationSequenceNumber, R result, java.lang.Runnable committingActions)
  • Method Details

    • getAndClearResult

      public R getAndClearResult()
    • commit

      public void commit()