|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageCacheQueueResolver
Resolves the generation queue to be used for the cache of a web resource.
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.
Method Summary | |
---|---|
String |
resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource. |
Method Detail |
---|
String resolveQueue(WebResource webResource)
webResource
- the web resource.
null
, the default queue id
will be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |