Show / Hide Table of Contents

Class OnsiteFlushCacheAndBroadcastPlugin

Inheritance
Object
BaseFlushCacheAndBroadcastPlugin
OnsiteFlushCacheAndBroadcastPlugin
Implements
IFlushCacheAndBroadcastPlugin
Inherited Members
BaseFlushCacheAndBroadcastPlugin.FlushAndBroadcast(String[])
BaseFlushCacheAndBroadcastPlugin.FlushAndBroadcast(IEnumerable<String>)
BaseFlushCacheAndBroadcastPlugin.OnExternalFlush(String, String, 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

Implements

IFlushCacheAndBroadcastPlugin

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top