Class ResourcesCache
java.lang.Object
org.eclipse.dirigible.commons.config.ResourcesCache
public class ResourcesCache extends Object
The Class ResourcesCache.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourcesCache.CacheThe Class Cache. -
Method Summary
Modifier and Type Method Description static voidclear()Clear.static ResourcesCache.CachegetThemeCache()Gets the theme cache.static ResourcesCache.CachegetWebCache()Gets the web cache.
-
Method Details
-
getWebCache
Gets the web cache.- Returns:
- the web cache
-
getThemeCache
Gets the theme cache.- Returns:
- the theme cache
-
clear
public static void clear()Clear.
-