ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceFactorySchemaCache Interface

Manages Geodatabase workspace schema caches.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method DisableAllSchemaCaches Disable the schema caches of all open workspaces.
Method DisableSchemaCache Disable the schema cache for a specific workspace.
Method DisableSchemaCaching All new workspaces handed out by the factory will not have schema caching enabled.
Method EnableAllSchemaCaches Enable the schema caches of all open workspaces.
Method EnableSchemaCache Enable the schema cache for a specific workspace.
Method EnableSchemaCaching All new workspaces handed out by the factory will have schema caching enabled.
Method IsAnySchemaCacheStale Checks all current schema caches for staleness.
Method IsSchemaCacheStale Checks a specific schema cache for staleness.
Method RefreshAllSchemaCaches Refreshes all current schema caches.
Method RefreshSchemaCache Refreshes the schema cache for a specific workspace.

CoClasses that implement IWorkspaceFactorySchemaCache

CoClasses and Classes Description
SdeWorkspaceFactory (esriDataSourcesGDB) ESRI SDE Workspace Factory.

Example

Schema Cache

 


Feedback Send feedback on this page