Class OnsiteFlushCacheAndBroadcastPlugin
Implements
Inherited Members
BaseFlushCacheAndBroadcastPlugin.FlushAndBroadcast(String[])
BaseFlushCacheAndBroadcastPlugin.FlushAndBroadcast(IEnumerable<String>)
Namespace: SuperOffice.Data.Cache
Assembly: SoDataBase.dll
Syntax
[FlushCacheAndBroadcastPlugin("Onsite Flush Cache and Broadcast plugin")]
public class OnsiteFlushCacheAndBroadcastPlugin : BaseFlushCacheAndBroadcastPlugin, IFlushCacheAndBroadcastPlugin, IPlugin
Remarks
Stub implementation because there's nothing we really need to do here for Onsite
Constructors
OnsiteFlushCacheAndBroadcastPlugin(ICacheFlusher)
Declaration
public OnsiteFlushCacheAndBroadcastPlugin(ICacheFlusher cacheFlusher)
Parameters
Type | Name | Description |
---|---|---|
ICacheFlusher | cacheFlusher |
Remarks
Stub implementation because there's nothing we really need to do here for Onsite
Methods
Broadcast(String, String)
Declaration
protected override void Broadcast(string cacheName, string revisionId)
Parameters
Type | Name | Description |
---|---|---|
String | cacheName | |
String | revisionId |
Overrides
SuperOffice.Data.Cache.BaseFlushCacheAndBroadcastPlugin.Broadcast(System.String, System.String)
Remarks
Stub implementation because there's nothing we really need to do here for Onsite