summaryrefslogtreecommitdiffstats
path: root/einterfaces/cluster.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/cluster.go')
-rw-r--r--einterfaces/cluster.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 0d7bf7e86..6cf57308c 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -12,7 +12,7 @@ type ClusterInterface interface {
StopInterNodeCommunication()
GetClusterInfos() []*model.ClusterInfo
GetClusterStats() ([]*model.ClusterStats, *model.AppError)
- RemoveAllSessionsForUserId(userId string)
+ ClearSessionCacheForUser(userId string)
InvalidateCacheForUser(userId string)
InvalidateCacheForChannel(channelId string)
InvalidateCacheForChannelPosts(channelId string)