Package jetbrains.buildServer.web.util
Class JsCSSCache
- java.lang.Object
-
- jetbrains.buildServer.web.util.JsCSSCache
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
public class JsCSSCache extends Object implements org.springframework.beans.factory.DisposableBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JsCSSCache.Cache
-
Constructor Summary
Constructors Constructor Description JsCSSCache(ResetCacheRegister register)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
static void
registerCache(JsCSSCache.Cache cache)
static void
resetCache()
-
-
-
Constructor Detail
-
JsCSSCache
public JsCSSCache(@NotNull ResetCacheRegister register)
-
-
Method Detail
-
registerCache
public static void registerCache(@NotNull JsCSSCache.Cache cache)
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
-
resetCache
public static void resetCache()
-
-