Interface ExternalCmdCache

All Superinterfaces:
ExternalCmdCacheSetting

public interface ExternalCmdCache extends ExternalCmdCacheSetting
Interfaces for external server cache data query and addition.
Author:
渔民小镇
date:
2023-07-02
  • Method Details

    • getCache

      Gets data from the cache.
      Parameters:
      message - message
      Returns:
      null if there is no data in the cache
    • addCacheData

      void addCacheData(CommunicationMessage responseMessage)
      Adds the response data to the cache.
      Parameters:
      responseMessage - responseMessage