Package org.apache.struts2.dispatcher
Class DebugUtilsCacheDestroyable
java.lang.Object
org.apache.struts2.dispatcher.DebugUtilsCacheDestroyable
- All Implemented Interfaces:
InternalDestroyable
Clears
DebugUtils's static logged-keys cache to prevent memory leaks
during hot redeployment.- Since:
- 7.2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DebugUtilsCacheDestroyable
public DebugUtilsCacheDestroyable()
-
-
Method Details
-
destroy
public void destroy()Description copied from interface:InternalDestroyableReleases static state held by this component. Called once duringDispatcher.cleanup().- Specified by:
destroyin interfaceInternalDestroyable
-