Share via


ReadCache Class

Definition

public ref class ReadCache : Microsoft::XLANGs::RuntimeTypes::RefCountedBase, Microsoft::XLANGs::BaseTypes::IStreamFactory, Microsoft::XLANGs::RuntimeTypes::IRefCountedStreamFactory
public class ReadCache : Microsoft.XLANGs.RuntimeTypes.RefCountedBase, Microsoft.XLANGs.BaseTypes.IStreamFactory, Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory
type ReadCache = class
    inherit RefCountedBase
    interface IRefCountedStreamFactory
    interface IRefCounted
    interface IStreamFactory
Public Class ReadCache
Inherits RefCountedBase
Implements IRefCountedStreamFactory, IStreamFactory
Inheritance
Implements

Constructors

ReadCache(IContentFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedStreamFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedXmlReaderFactory, Boolean, PrefetchSet)

Properties

IsSourceDirty
PrefetchSet
RefCount (Inherited from RefCountedBase)
Source

Methods

AddRef() (Inherited from RefCountedBase)
AddUnresolvedReadRequests(Hashtable)
Contains(String)
CreateSourceStream()
CreateSourceStream(String)
CreateSourceXmlReader()
Dispose()
FetchExpressions()
GetCachedXPath(String)
GetXPath(String)
GetXPathSafe(XPathExpression)
Lookup(String)
Prefetch(PrefetchSet)
Prefetch(String)
Release() (Inherited from RefCountedBase)
RememberSuccessfulSearch(String, Object)
RememberUnsuccessfulSearch(String)

Explicit Interface Implementations

IStreamFactory.CreateStream()

Applies to