Interface NamedParam


  • public interface NamedParam
    Represents 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 by ContextKeyGen.applyKeyFromArg(Object, int, ObjectNode) to apply the key to the {code ObjectNode} as part of the key JSON structure.
    Author:
    Jeff Fischer