Home
last modified time | relevance | path

Searched refs:InvalidateChannel (Results 1 – 9 of 9) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dchannel_layer.go85 func (s LocalCacheChannelStore) InvalidateChannel(channelId string) { func
H A Dchannel_layer_test.go315 cachedStore.Channel().InvalidateChannel(channelId)
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dweb_hub.go214 a.Srv().Store.Channel().InvalidateChannel(channel.Id)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go168 InvalidateChannel(id string) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dchannel_store.go752 func (s SqlChannelStore) InvalidateChannel(id string) { func
819 defer s.InvalidateChannel(channelId)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DChannelStore.go1352 func (_m *ChannelStore) InvalidateChannel(id string) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go1775 func (s *RetryLayerChannelStore) InvalidateChannel(id string) { func
1777 s.ChannelStore.InvalidateChannel(id)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go1526 func (s *TimerLayerChannelStore) InvalidateChannel(id string) { func
1529 s.ChannelStore.InvalidateChannel(id)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go1651 func (s *OpenTracingLayerChannelStore) InvalidateChannel(id string) { func
1660 s.ChannelStore.InvalidateChannel(id)