Summary

A TemporaryStorageFactory that creates a MemoryStorage to store data in.
For a list of all members of this type, see MemoryStorageFactory Members .

Type Relationships

  System.Object
    Eas.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.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

MemoryStorageFactory Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace