Package org.aoju.bus.image.galaxy
Class ConfigurationCache<C,T>
java.lang.Object
org.aoju.bus.image.galaxy.ConfigurationCache<C,T>
- Direct Known Subclasses:
DeviceCache,HL7ApplicationCache,WebApplicationCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()protected abstract TintvoidsetStaleTimeout(int staleTimeout)
-
Constructor Details
-
ConfigurationCache
-
-
Method Details
-
getStaleTimeout
public int getStaleTimeout() -
setStaleTimeout
public void setStaleTimeout(int staleTimeout) -
clear
public void clear() -
get
- Throws:
org.aoju.bus.core.exception.InstrumentException
-
find
protected abstract T find(C conf, String key) throws org.aoju.bus.core.exception.InstrumentException - Throws:
org.aoju.bus.core.exception.InstrumentException
-