public interface FlushService
Modifier and Type | Interface and Description |
---|---|
static class |
FlushService.FlushType |
static class |
FlushService.RefetchType |
Modifier and Type | Method and Description |
---|---|
boolean |
sendFlushUrl(java.lang.String userId,
FlushService.FlushType flushType,
java.lang.String urlToFlush,
FlushService.RefetchType refetchType,
java.lang.String... refetchUrls)
Sends a flush request to the 'flush' replication-agent using the given session and using the given refetchType.
|
boolean sendFlushUrl(java.lang.String userId, FlushService.FlushType flushType, java.lang.String urlToFlush, FlushService.RefetchType refetchType, java.lang.String... refetchUrls)
userId
- the userId on which behalf this url is being flushed - will propagate to the replication agentflushType
- whether to send this flush request directly or to delay it to reduce flush-load on
high-frequency resourcesurlToFlush
- the file matching this path plus all matching urlToFlush.* will be flushed with the
dispatcher (as a result of using DEACTIVATE).refetchType
- whether to refetch any urls, immediately or delayedrefetchUrls
- optional refetch urls"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"