public class UserNoteTOElementProvider extends AbstractCacheElementProvider<UserNoteTOCacheKey,UserNoteEntityTO>
UserNoteEntityTO
ETERNAL_TIME_TO_LIVE
Constructor and Description |
---|
UserNoteTOElementProvider(UserNoteEntityManagement userNoteEntityManagement) |
Modifier and Type | Method and Description |
---|---|
UserNoteEntityTO |
load(UserNoteTOCacheKey key)
Provides an element identified by the key for caching.
|
getContentType, getTimeToLive
public UserNoteTOElementProvider(UserNoteEntityManagement userNoteEntityManagement)
userNoteEntityManagement
- the management is used for loading the entity.public UserNoteEntityTO load(UserNoteTOCacheKey key)
key
- the key to identify the requested elementCopyright © 2019 Communote team. All rights reserved.