Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Akioma/Swat/Repository/Cache/clear-repository-cache-be.p, which calls the clear cache method on Akioma.Swat.Repository.Cache.RepositoryCacheEntity

    Info
    titleCalling the procedure

     RUN Akioma/Swat/Repository/Cache/clear-repository-cache-be.p ("*").

  • Akioma/Swat/Repository/Cache/clear-repository-cache-be-pct.p, which calls into Akioma/Swat/Repository/Cache/clear-repository-cache-be.p and is compatible with PCT

    Info
    titleCalling the PCT-compatible procedure from ANT
    <PCTRun baseDir="${baseDir}"
    procedure="Akioma/Swat/Repository/Cache/clear-repository-cache-be-pct.p"
    graphicalMode="false" cpinternal="UTF-8" cpstream="UTF-8" cpcase="basic"
    inputchars="32000" token="4000" stackSize="500" msgBufferSize="1024"
    dirSize="10000" quickRequest="true" ttBufferSize="10000" >
    	<propath refid="${propathId}"/>
    <DBConnectionSet refId="${dbSetId}"/>
    <Parameter name="ContainerPattern" value="*"/>
    </PCTRun>

...