Interface ApplicationCache

All Known Implementing Classes:
WebApplicationCache

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

    • getStaleTimeout

      int getStaleTimeout()
    • setStaleTimeout

      void setStaleTimeout(int staleTimeout)
    • clear

      void clear()
    • get

      WebApplication get(String aet) throws org.aoju.bus.core.exception.InternalException
      Throws:
      org.aoju.bus.core.exception.InternalException
    • findWebApplication

      WebApplication findWebApplication(String name) throws org.aoju.bus.core.exception.InternalException
      Throws:
      org.aoju.bus.core.exception.InternalException