Interface KeyFactory
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- KeyFactory.DefaultKeyFactory
KeyFactory defines conversion of state key (which could be compounded) -> Redis key.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classDefault Key Factory.
- 
Method Summary
- 
Method Details- 
buildConverts state key to Redis key.- Parameters:
- key- state key
- Returns:
- Redis key
 
 
-