Class ScheduleClearCacheProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ScheduleClearCacheProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process action handler that schedules a clear cache in after commit of current transaction.
    Since:
    10.2.0
    Version:
    $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • ScheduleClearCacheProcessActionHandler

        public ScheduleClearCacheProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException