ilscipio/scipio-erp

View on GitHub
framework/entityext/servicedef/groups.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<service-group xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-group.xsd">

    <!-- Entity Engine Service Groups (Distributed Cache Clearing) -->
    <group name="distributedClearAllEntityCaches" send-mode="all">
        <invoke name="localhostClearAllEntityCaches" mode="async"/>
    </group>
    <group name="distributedClearCacheLineByValue" send-mode="all">
        <invoke name="localhostClearCacheLineByValue" mode="async"/>
    </group>
    <group name="distributedClearCacheLineByDummyPK" send-mode="all">
        <invoke name="localhostClearCacheLineByDummyPK" mode="async"/>
    </group>
    <group name="distributedClearCacheLineByPrimaryKey" send-mode="all">
        <invoke name="localhostClearCacheLineByPrimaryKey" mode="async"/>
    </group>
</service-group>