Interface NamedParam
- 
public interface NamedParamRepresents a param for cache key generation that includes a name. This results in a readable key/value pair as part of the key name JSON structure and can be useful for debugging. Generally used byContextKeyGen.applyKeyFromArg(Object, int, ObjectNode)to apply the key to the {code ObjectNode} as part of the key JSON structure.- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetValue() 
 -