Package org.aoju.bus.image.galaxy
Class WebApplicationCache
java.lang.Object
org.aoju.bus.image.galaxy.ConfigurationCache<Configuration,WebApplication>
org.aoju.bus.image.galaxy.WebApplicationCache
- All Implemented Interfaces:
ApplicationCache
public class WebApplicationCache
extends ConfigurationCache<Configuration,WebApplication>
implements ApplicationCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WebApplicationfind(Configuration conf, String key) findWebApplication(String name) 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.ApplicationCache
clear, get, getStaleTimeout, setStaleTimeout
-
Constructor Details
-
WebApplicationCache
-
-
Method Details
-
find
protected WebApplication find(Configuration conf, String key) throws org.aoju.bus.core.exception.InstrumentException - Specified by:
findin classConfigurationCache<Configuration,WebApplication> - Throws:
org.aoju.bus.core.exception.InstrumentException
-
findWebApplication
public WebApplication findWebApplication(String name) throws org.aoju.bus.core.exception.InstrumentException - Specified by:
findWebApplicationin interfaceApplicationCache- Throws:
org.aoju.bus.core.exception.InstrumentException
-