Class SimpleKey
java.lang.Object
org.springframework.cache.interceptor.SimpleKey
- All Implemented Interfaces:
- Serializable
A simple key as returned from the 
SimpleKeyGenerator.- Since:
- 4.0
- Author:
- Phillip Webb, Juergen Hoeller
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
EMPTYAn empty key.
 
- 
- 
Constructor Details- 
SimpleKeyCreate a newSimpleKeyinstance.- Parameters:
- elements- the elements of the key
 
 
- 
- 
Method Details