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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
EMPTY
An empty key. 
 - 
 - 
Constructor Details
- 
SimpleKey
Create a newSimpleKeyinstance.- Parameters:
 elements- the elements of the key
 
 - 
 - 
Method Details