Class BrowserCacheManager
java.lang.Object
de.uplanet.lucy.server.portalserver.browsercache.BrowserCacheManager
- 
Method Summary
Modifier and TypeMethodDescriptionstatic final IBrowserCacheManagerGet the cache manager instance.static final IBrowserCacheManagergetInstance(org.springframework.context.ApplicationContext p_appCtx) Get the cache manager instance.static booleanstatic booleanisAvailable(org.springframework.context.ApplicationContext p_appCtx)  
- 
Method Details
- 
isAvailable
public static boolean isAvailable() - 
isAvailable
public static boolean isAvailable(org.springframework.context.ApplicationContext p_appCtx)  - 
getInstance
Get the cache manager instance.- Returns:
 - The cache manager instance.
 
 - 
getInstance
public static final IBrowserCacheManager getInstance(org.springframework.context.ApplicationContext p_appCtx) Get the cache manager instance.- Parameters:
 p_appCtx- The application context.- Returns:
 - The cache manager instance.
 
 
 -