C# Class Kooboo.Commerce.Search.Rebuild.FileBasedRebuildInfoManager

Inheritance: IRebuildInfoManager
Datei anzeigen Open project: Kooboo/Ecommerce

Public Methods

Method Description
Load ( IndexKey indexKey ) : RebuildInfo
Save ( IndexKey indexKey, RebuildInfo info ) : void

Private Methods

Method Description
GetDataFile ( IndexKey key ) : DataFile

Method Details

Load() public method

public Load ( IndexKey indexKey ) : RebuildInfo
indexKey IndexKey
return RebuildInfo

Save() public method

public Save ( IndexKey indexKey, RebuildInfo info ) : void
indexKey IndexKey
info RebuildInfo
return void