|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheKeyService
Interface for cache key builders
Method Summary | |
---|---|
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 |
Method Detail |
---|
String getKey(Map<String,String> mapParams, int nMode, LuteceUser user)
mapParams
- The Map paramsnMode
- The current mode.user
- Current Lutece user
void setAllowedParametersList(List<String> list)
list
- The listvoid setIgnoredParametersList(List<String> list)
list
- The list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |