C# Class Composable.CQRS.EventSourcing.MicrosoftSQLServer.SqlServerEventStoreEventsCache

Afficher le fichier Open project: mlidbom/Composable.Monolithic Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ClearAll ( ) : void
ForConnectionString ( string connectionString ) : SqlServerEventStoreEventsCache
GetCopy ( System.Guid id ) : Entry
Remove ( System.Guid id ) : void
Store ( System.Guid id, Entry entry ) : void

Private Methods

Méthode Description
SqlServerEventStoreEventsCache ( ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearAll() public static méthode

public static ClearAll ( ) : void
Résultat void

ForConnectionString() public static méthode

public static ForConnectionString ( string connectionString ) : SqlServerEventStoreEventsCache
connectionString string
Résultat SqlServerEventStoreEventsCache

GetCopy() public méthode

public GetCopy ( System.Guid id ) : Entry
id System.Guid
Résultat Entry

Remove() public méthode

public Remove ( System.Guid id ) : void
id System.Guid
Résultat void

Store() public méthode

public Store ( System.Guid id, Entry entry ) : void
id System.Guid
entry Entry
Résultat void