public class FixedKeyGenerator extends Object implements MethodArgumentsKeyGenerator
Constructor and Description |
---|
FixedKeyGenerator(String label) |
Modifier and Type | Method and Description |
---|---|
Object |
getKey(Object[] item)
Get a unique identifier for the item that can be used to cache it between
calls if necessary, and then identify it later.
|
public FixedKeyGenerator(String label)
public Object getKey(Object[] item)
MethodArgumentsKeyGenerator
getKey
in interface MethodArgumentsKeyGenerator
item
- the current method arguments (may be null if there are none).Copyright © 2018 SpringSource. All rights reserved.