Class BrowserCacheManager
- java.lang.Object
-
- de.uplanet.lucy.server.portalserver.browsercache.BrowserCacheManager
-
@SpringBeanAccessor @Scriptable public final class BrowserCacheManager extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.uplanet.lucy.server.portalserver.browsercache.IBrowserCacheManager
getInstance()
Get the cache manager instance.static de.uplanet.lucy.server.portalserver.browsercache.IBrowserCacheManager
getInstance(org.springframework.context.ApplicationContext p_appCtx)
Get the cache manager instance.static boolean
isAvailable()
static boolean
isAvailable(org.springframework.context.ApplicationContext p_appCtx)
-
-
-
Method Detail
-
isAvailable
public static boolean isAvailable()
-
isAvailable
public static boolean isAvailable(org.springframework.context.ApplicationContext p_appCtx)
-
getInstance
public static final de.uplanet.lucy.server.portalserver.browsercache.IBrowserCacheManager getInstance()
Get the cache manager instance.- Returns:
- The cache manager instance.
-
getInstance
public static final de.uplanet.lucy.server.portalserver.browsercache.IBrowserCacheManager getInstance(org.springframework.context.ApplicationContext p_appCtx)
Get the cache manager instance.- Parameters:
p_appCtx
- The application context.- Returns:
- The cache manager instance.
-
-