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 TypeMethodDescriptionvoid
clear()
void
init()
private void
void
pushClientId
(String clientId) void
pushRequest
(TopicRequest request) void
void
remove()
private void
private void
void
removeClientId
(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()
-