Class EntityCacheServices

    • Field Detail

      • module

        public static final java.lang.String module
      • userLoginId

        protected java.lang.String userLoginId
    • Constructor Detail

      • EntityCacheServices

        public EntityCacheServices()
    • Method Detail

      • clearAllEntityCaches

        public static java.util.Map<java.lang.String,​java.lang.Object> clearAllEntityCaches​(DispatchContext dctx,
                                                                                                  java.util.Map<java.lang.String,​? extends java.lang.Object> context)
        Clear All Entity Caches Service
        Parameters:
        dctx - The DispatchContext that this service is operating in
        context - Map containing the input parameters
        Returns:
        Map with the result of the service, the output parameters
      • clearCacheLine

        public static java.util.Map<java.lang.String,​java.lang.Object> clearCacheLine​(DispatchContext dctx,
                                                                                            java.util.Map<java.lang.String,​? extends java.lang.Object> context)
        Clear Cache Line Service: one of the following context parameters is required: value, dummyPK or primaryKey
        Parameters:
        dctx - The DispatchContext that this service is operating in
        context - Map containing the input parameters
        Returns:
        Map with the result of the service, the output parameters