Package org.aoju.bus.image.galaxy
Class DeviceCache
java.lang.Object
org.aoju.bus.image.galaxy.ConfigurationCache<Configuration,Device>
org.aoju.bus.image.galaxy.DeviceCache
- All Implemented Interfaces:
IDeviceCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Devicefind(Configuration conf, String key) findDevice(String deviceName) Methods inherited from class org.aoju.bus.image.galaxy.ConfigurationCache
clear, get, getStaleTimeout, setStaleTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aoju.bus.image.galaxy.IDeviceCache
clear, get, getStaleTimeout, setStaleTimeout
-
Constructor Details
-
DeviceCache
-
-
Method Details
-
find
protected Device find(Configuration conf, String key) throws org.aoju.bus.core.exception.InstrumentException - Specified by:
findin classConfigurationCache<Configuration,Device> - Throws:
org.aoju.bus.core.exception.InstrumentException
-
findDevice
- Specified by:
findDevicein interfaceIDeviceCache- Throws:
org.aoju.bus.core.exception.InstrumentException
-