For a list of all members of this type, see
MemoryStorageFactory Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.TemporaryStorage.MemoryStorageFactory
Declaration Syntax
Public Class MemoryStorageFactory
Implements TemporaryStorageFactory, WebCrawlerComponent
public class MemoryStorageFactory : TemporaryStorageFactory, WebCrawlerComponent
public __gc class MemoryStorageFactory : public TemporaryStorageFactory, WebCrawlerComponent
public class MemoryStorageFactory implements TemporaryStorageFactory, WebCrawlerComponent
Remarks
Use this store factory when the results are small enough to store in memory. FileStorageFactory is slower but takes up much less memory.Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)