Class 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 Detail

      • PortalCacheUtil

        public PortalCacheUtil()
    • 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