public interface MethodArgumentsKeyGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getKey(java.lang.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.
|