Interface IHL7ApplicationCache
- All Known Implementing Classes:
HL7ApplicationCache
public interface IHL7ApplicationCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()findHL7Application(String name) intvoidsetStaleTimeout(int staleTimeout)
-
Method Details
-
getStaleTimeout
int getStaleTimeout() -
setStaleTimeout
void setStaleTimeout(int staleTimeout) -
clear
void clear() -
get
- Throws:
org.aoju.bus.core.exception.InternalException
-
findHL7Application
- Throws:
org.aoju.bus.core.exception.InternalException
-