Package org.chenile.cache.model
Class CacheKey
java.lang.Object
org.chenile.cache.model.CacheKey
- All Implemented Interfaces:
- Serializable
The key for a cache constructed using input parameters for a method.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final long
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
- 
apiInvocation
- 
serviceName
- 
opName
 
- 
- 
Constructor Details- 
CacheKeypublic CacheKey()
 
- 
- 
Method Details