com.esri.arcgis.catalog
Interface IGxCachedObjects

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxCadDataset, GxCoverageDataset, GxDatabase, GxDatabaseServerFolder, GxDataset, GxDiskConnection, GxExcelFile, GxFolder, GxFolderConnections, GxGDSGeodatabase, GxLayer, GxMSDFile, GxPCCoverage, GxRasterDataset, GxRemoteDatabaseFolder, GxSDCDataset, GxShapefileDataset, GxSpatialReferencesFolder, GxStreetMapDataset, GxTextFile, GxTool, GxToolbox, GxToolboxesFolder, GxToolboxesRoot, GxToolset, GxVpfDataset, GxWorkspaceFolder, IGxCachedObjectsProxy, IMSFeatureClass, SearchResults, SearchResultsRoot

public interface IGxCachedObjects
extends Serializable

Provides access to members that load/release objects being cached for efficiency.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void loadCachedObjects()
          Loads any objects that should be cached for efficiency.
 void releaseCachedObjects()
          Releases any objects that have been cached for efficiency.
 

Method Detail

loadCachedObjects

void loadCachedObjects()
                       throws IOException,
                              AutomationException
Loads any objects that should be cached for efficiency.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

releaseCachedObjects

void releaseCachedObjects()
                          throws IOException,
                                 AutomationException
Releases any objects that have been cached for efficiency.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.