Package org.aoju.bus.image.galaxy
Interface ApplicationCache
- All Known Implementing Classes:
WebApplicationCache
public interface ApplicationCache
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()findWebApplication(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
-
findWebApplication
- Throws:
org.aoju.bus.core.exception.InternalException
-