This document is archived and information here might be outdated. Recommended version. |
Manages Geodatabase workspace schema caches.
The schema cache is a cached snapshot of the geodatabase system tables (often referred to as the geodatabase schema). In an enterprise environment the geodatabase system tables (geodatabase schema) are in constant use by ArcGIS. Caching this schema locally can reduce database roundtrips by using the locally cached representation of the geodatabase schema.
Name | Description | |
---|---|---|
DisableAllSchemaCaches | Disable the schema caches of all open workspaces. | |
DisableSchemaCache | Disable the schema cache for a specific workspace. | |
DisableSchemaCaching | All new workspaces handed out by the factory will not have schema caching enabled. | |
EnableAllSchemaCaches | Enable the schema caches of all open workspaces. | |
EnableSchemaCache | Enable the schema cache for a specific workspace. | |
EnableSchemaCaching | All new workspaces handed out by the factory will have schema caching enabled. | |
IsAnySchemaCacheStale | Checks all current schema caches for staleness. | |
IsSchemaCacheStale | Checks a specific schema cache for staleness. | |
RefreshAllSchemaCaches | Refreshes all current schema caches. | |
RefreshSchemaCache | Refreshes the schema cache for a specific workspace. |
Classes | Description |
---|---|
SdeWorkspaceFactory (esriDataSourcesGDB) | Esri SDE Workspace Factory. |