Package lumis.portal.cache
Class PortalCacheUtil
- java.lang.Object
-
- lumis.portal.cache.PortalCacheUtil
-
public class PortalCacheUtil extends Object
Portal cache util.- Since:
- 7.1.0
- Version:
- $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
-
-
Constructor Summary
Constructors Constructor Description PortalCacheUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<PortalCache<?>>
getAllHibernateCache(String databaseId)
Returns all hibernate cache for the given database id.
-
-
-
Method Detail
-
getAllHibernateCache
public static Collection<PortalCache<?>> getAllHibernateCache(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
-
-