Interface ECpdsBase.DataTransferCache

Enclosing class:
ECpdsBase

public static interface ECpdsBase.DataTransferCache
Allow getting a value cached by the caller.
Author:
Laurent_Gougeon
  • Method Summary

    Modifier and Type
    Method
    Description
    Try getting the DataTransfer from the cache.
  • Method Details

    • getFromCache

      DataTransfer getFromCache(DataTransfer transfer)
      Try getting the DataTransfer from the cache. If it is not in the cache then the original DataTransfer should be returned.
      Parameters:
      transfer - the data transfer
      Returns:
      the data transfer