Class PortalCacheUtil


  • public class PortalCacheUtil
    extends java.lang.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 java.util.Collection<PortalCache<?>> getAllHibernateCache​(java.lang.String databaseId)
      Returns all hibernate cache for the given database id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortalCacheUtil

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