Package com.diffplug.spotless
Class SpotlessCache
- java.lang.Object
-
- com.diffplug.spotless.SpotlessCache
-
public final class SpotlessCache extends java.lang.ObjectSpotless' global cache.clear()should be called when Spotless is no longer in use to release any resources it has grabbed.
-
-
Constructor Summary
Constructors Constructor Description SpotlessCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanclearOnce(java.lang.Object key)Closes all cached classloaders iffkeyis not.equals()to the last call toclearOnce().
-