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