Interface IDeviceCache

All Known Implementing Classes:
DeviceCache

public interface IDeviceCache
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • getStaleTimeout

      int getStaleTimeout()
    • setStaleTimeout

      void setStaleTimeout(int staleTimeout)
    • clear

      void clear()
    • get

      Device get(String deviceName) throws org.aoju.bus.core.exception.InternalException
      Throws:
      org.aoju.bus.core.exception.InternalException
    • findDevice

      Device findDevice(String deviceName) throws org.aoju.bus.core.exception.InternalException
      Throws:
      org.aoju.bus.core.exception.InternalException