C# Class Kooboo.Commerce.Search.Rebuild.FileBasedRebuildInfoManager
Exibir arquivo
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
public Load ( IndexKey indexKey ) : RebuildInfo |
indexKey |
IndexKey |
|
return |
RebuildInfo |
|
public Save ( IndexKey indexKey, RebuildInfo info ) : void |
indexKey |
IndexKey |
|
info |
RebuildInfo |
|
return |
void |
|