public interface ICacheKeyService
| Modifier and Type | Method and Description |
|---|---|
String |
getKey(Map<String,String> mapParams,
int nMode,
LuteceUser user)
Build a key from input parameters
|
void |
setAllowedParametersList(List<String> list)
Sets the list of allowed parameters to include into the cache key
|
void |
setIgnoredParametersList(List<String> list)
Sets the list of ignored parameters not to include into the cache key
|
String getKey(Map<String,String> mapParams, int nMode, LuteceUser user)
mapParams - The Map paramsnMode - The current mode.user - Current Lutece uservoid setAllowedParametersList(List<String> list)
list - The listCopyright © 2020 City of Paris. All rights reserved.