Creates an instance of a Cache mediator using XML configuration specified
<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>
|