Package com.bytedesk.core.topic
Class TopicCacheService
java.lang.Object
com.bytedesk.core.topic.TopicCacheService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidinit()private voidvoidpushClientId(String clientId) voidpushRequest(TopicRequest request) voidvoidremove()private voidprivate voidvoidremoveClientId(String clientId)
-
Field Details
-
topicRequestCacheKey
-
clientIdCacheKey
-
topicRequestCache
-
-
Constructor Details
-
TopicCacheService
public TopicCacheService()
-
-
Method Details
-
init
@PostConstruct public void init() -
pushTopic
-
pushRequest
-
pushClientId
-
removeClientId
-
push
-
remove
-
getTopicRequestList
-
getClientIdList
-
getList
-
remove
public void remove() -
remove
-
clear
public void clear()
-