com.esri.arcgis.geodatabaseextensions
Interface esriTxFeatureClassCachingMode

All Superinterfaces:
Serializable

public interface esriTxFeatureClassCachingMode
extends Serializable

Tracking feature class caching mode.

Product Availability

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


Field Summary
static int esriTFCMCacheAll
          Cache data in memory.
static int esriTFCMNone
          Do not cache.
 

Field Detail

esriTFCMNone

static final int esriTFCMNone
Do not cache.

See Also:
Constant Field Values

esriTFCMCacheAll

static final int esriTFCMCacheAll
Cache data in memory.

See Also:
Constant Field Values