Uses of Interface
org.apache.camel.StreamCache
-
Packages that use StreamCache Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of StreamCache in org.apache.camel
Methods in org.apache.camel that return StreamCache Modifier and Type Method Description StreamCacheStreamCache. copy(Exchange exchange)Create a copy of the stream. -
Uses of StreamCache in org.apache.camel.spi
Methods in org.apache.camel.spi that return StreamCache Modifier and Type Method Description StreamCacheStreamCachingStrategy. cache(Exchange exchange)Caches the body aas aStreamCache.StreamCacheStreamCachingStrategy. cache(Message message)Caches the body aas aStreamCache.
-