IFeatureCacheManager Interface

Feature Cache Manager Interface.

Members

Name Description
Method CacheStatus Returns information about the status of the feature cache.
Method CloseCache Close the feature cache.
Method EmptyCache Empties the feature cache.
Method FillCache Fills the feature cache using the specified extent.
Method OpenCache Open the feature cache.
Method RefreshCache Refreshes the feature cache using the current cache extent.
Method ResumeCache Reactivates the feature cache.
Method SuspendCache Temporarily deactivates the feature cache.

IFeatureCacheManager.CacheStatus Method

Returns information about the status of the feature cache.

Public Sub CacheStatus ( _
    ByRef isOpen As Boolean, _
    ByRef isSuspended As Boolean, _
    ByRef IsEmpty As Boolean, _
    ByRef CacheExtent As IGeometry _
)
public void CacheStatus (
    ref bool isOpen,
    ref bool isSuspended,
    ref bool IsEmpty,
    ref IGeometry CacheExtent
);

IFeatureCacheManager.CloseCache Method

Close the feature cache.

Public Sub CloseCache ( _
)
public void CloseCache (
);

IFeatureCacheManager.EmptyCache Method

Empties the feature cache.

Public Sub EmptyCache ( _
)
public void EmptyCache (
);

IFeatureCacheManager.FillCache Method

Fills the feature cache using the specified extent.

Public Sub FillCache ( _
    ByVal Extent As IEnvelope, _
    ByVal TrackCancel As ITrackCancel _
)
public void FillCache (
    IEnvelope Extent,
    ITrackCancel TrackCancel
);

IFeatureCacheManager.OpenCache Method

Open the feature cache.

Public Sub OpenCache ( _
)
public void OpenCache (
);

IFeatureCacheManager.RefreshCache Method

Refreshes the feature cache using the current cache extent.

Public Sub RefreshCache ( _
    ByVal TrackCancel As ITrackCancel _
)
public void RefreshCache (
    ITrackCancel TrackCancel
);

IFeatureCacheManager.ResumeCache Method

Reactivates the feature cache.

Public Sub ResumeCache ( _
)
public void ResumeCache (
);

IFeatureCacheManager.SuspendCache Method

Temporarily deactivates the feature cache.

Public Sub SuspendCache ( _
)
public void SuspendCache (
);

Classes that implement IFeatureCacheManager

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.