lumis.portal.page.cache
Interface IPageCacheQueueResolver

Package class diagram package IPageCacheQueueResolver
All Known Implementing Classes:
DefaultPageCacheQueueResolver

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.

Since:
6.0.0

Method Summary
 String resolveQueue(WebResource webResource)
          Resolves the queue to be used for the cache of a web resource.
 

Method Detail

resolveQueue

String resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource.

Parameters:
webResource - the web resource.
Returns:
the resolved queue id. If null, the default queue id will be used.
Since:
6.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.