Interface IHL7ApplicationCache

All Known Implementing Classes:
HL7ApplicationCache

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

    • getStaleTimeout

      int getStaleTimeout()
    • setStaleTimeout

      void setStaleTimeout(int staleTimeout)
    • clear

      void clear()
    • get

      HL7Application get(String name) throws org.aoju.bus.core.exception.InstrumentException
      Throws:
      org.aoju.bus.core.exception.InstrumentException
    • findHL7Application

      HL7Application findHL7Application(String name) throws org.aoju.bus.core.exception.InstrumentException
      Throws:
      org.aoju.bus.core.exception.InstrumentException