public interface IPageCacheQueueResolver
When a web resource is created, the queue for its cache is resolved by
the implementation of this interface configured for the corresponding
structure. The configuration is done by specifying a property called
lumis.portal.page.cache.IPageCacheQueueResolver
with the name
of the class as the value.
Modifier and Type | Method and Description |
---|---|
String |
resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource.
|
String resolveQueue(WebResource webResource)
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.