CachingBotDataStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caches changes until FlushAsync() is called NOTE: Despite the name, this is NOT a cache of access of the inner store, but is a change cache of changes that will be pushed to inner store.
public class CachingBotDataStore : Microsoft.Bot.Builder.Dialogs.Internals.IBotDataStore<Microsoft.Bot.Connector.BotData>
type CachingBotDataStore = class
interface IBotDataStore<BotData>
Public Class CachingBotDataStore
Implements IBotDataStore(Of BotData)
- Inheritance
-
CachingBotDataStore
- Implements
Constructors
CachingBotDataStore(IBotDataStore<BotData>, CachingBotDataStoreConsistencyPolicy) |