Package lumis.portal.cache
Class PortalCacheUtil
- java.lang.Object
-
- lumis.portal.cache.PortalCacheUtil
-
public class PortalCacheUtil extends java.lang.Object
Portal cache util.- Since:
- 7.1.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PortalCacheUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<PortalCache<?>>
getAllHibernateCache(java.lang.String databaseId)
Returns all hibernate cache for the given database id.
-
-
-
Method Detail
-
getAllHibernateCache
public static java.util.Collection<PortalCache<?>> getAllHibernateCache(java.lang.String databaseId)
Returns all hibernate cache for the given database id.- Parameters:
databaseId
- the database id.- Returns:
- all hibernate cache for the given database id.
- Since:
- 7.1.0
-
-