public class CacheMediatorFactory
extends org.apache.synapse.config.xml.AbstractMediatorFactory
<cache [id="string"] [hashGenerator="class"] [timeout="seconds"] [scope=(per-host | per-mediator)] collector=(true | false) [maxMessageSize="in-bytes"]> <onCacheHit [sequence="key"]> (mediator)+ </onCacheHit>? <implementation type=(memory | disk) maxSize="int"/> </cache>
Constructor and Description |
---|
CacheMediatorFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.synapse.Mediator |
createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
QName |
getTagQName() |
public QName getTagQName()
public org.apache.synapse.Mediator createSpecificMediator(org.apache.axiom.om.OMElement elem, Properties properties)
createSpecificMediator
in class org.apache.synapse.config.xml.AbstractMediatorFactory
Copyright © 2017 WSO2. All rights reserved.