Package com.helger.commons.cleanup
Class CommonsCleanup
java.lang.Object
com.helger.commons.cleanup.CommonsCleanup
The sole purpose of this class to clear all caches, that reside in this
library.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanup()Cleanup all custom caches contained in this library.
-
Method Details
-
cleanup
public static void cleanup()Cleanup all custom caches contained in this library. Loaded SPI implementations are not affected by this method!
-