public class DefaultPageCacheQueueResolver extends Object implements IPageCacheQueueResolver
This resolver obtains the queue identifier from the web resource's
property lumis.portal.page.cache.queueId
.
Modifier and Type | Field and Description |
---|---|
protected static String |
PROPERTY_QUEUE_ID
The name of the property this resolver tries to obtain the queueId from.
|
Constructor and Description |
---|
DefaultPageCacheQueueResolver() |
Modifier and Type | Method and Description |
---|---|
String |
resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource.
|
protected static final String PROPERTY_QUEUE_ID
public String resolveQueue(WebResource webResource)
IPageCacheQueueResolver
resolveQueue
in interface IPageCacheQueueResolver
webResource
- the web resource.null
, the default queue id
will be used.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.