VSC FAQ: PiCache Integration

Can VersIC update the cache automatically?

VersIC can automatically update an IPV@HEAD in the cache when data is checked in. To enable this feature, set:

MDX_POSTCOMMIT_UPDATE = "publish"

See versic.conf in the VersIC installation area for more information.

;;;----------------------------------------------------------------------------
;;; Post-commit update runs after a successful checkin to push changes to the
;;; modified IP(s) in one or more replication areas
;;;
;;; MDX_POSTCOMMIT_UPDATE: Enable/disable post-commit update
;;;   nil       - do not run a post-commit update [default]
;;;   t         - post-commit update runs 'pi update'
;;;   "publish" - post-commit update runs 'pi ip publish'
;;;
;;; 'pi update' updates the IP(s) in the cache and in your workarea
;;; 'pi ip publish' updates the IP(s) only in the replication area
;;;
;;;----------------------------------------------------------------------------
;; MDX_POSTCOMMIT_UPDATE = "publish"