Property ClientCacheMode
ClientCacheMode
Gets/Sets ClientCacheSyncMode to specify how the client cache is synchronized with the cluster caches through events.
Declaration
public ClientCacheSyncMode? ClientCacheMode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<ClientCacheSyncMode> | Synchronization mode for the client and cluster cache. |