Package io.micronaut.cache.interceptor
Class ParametersKey
java.lang.Object
io.micronaut.cache.interceptor.ParametersKey
- All Implemented Interfaces:
 Serializable
A key that uses the parameters of a method.
- Since:
 - 1.0
 - Author:
 - Graeme Rocher
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ZERO_ARG_KEY
 - 
EMPTY_OBJECT_ARRAY_HASH_CODE
public static final int EMPTY_OBJECT_ARRAY_HASH_CODE 
 - 
 - 
Constructor Details
- 
ParametersKey
- Parameters:
 params- Parameters of the method
 
 - 
 - 
Method Details