com.esri.arcgis.carto
Interface ICacheDescriptionInfo2

All Superinterfaces:
ICacheDescriptionInfo, Serializable
All Known Implementing Classes:
CacheDescriptionInfo, ICacheDescriptionInfo2Proxy

public interface ICacheDescriptionInfo2
extends ICacheDescriptionInfo, Serializable

Provides access to members that provide the cache description info.

Product Availability

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


Method Summary
 ICacheStorageInfo getCacheStorageInfo()
          CacheStorageInfo object.
 void setCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
          CacheStorageInfo object.
 
Methods inherited from interface com.esri.arcgis.carto.ICacheDescriptionInfo
getCacheControlInfo, getCacheType, getLayerCacheInfos, getTileCacheInfo, getTileImageInfo, setCacheControlInfoByRef, setCacheType, setLayerCacheInfosByRef, setTileCacheInfoByRef, setTileImageInfoByRef
 

Method Detail

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo()
                                      throws IOException,
                                             AutomationException
CacheStorageInfo object.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.ICacheStorageInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheStorageInfoByRef

void setCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
                              throws IOException,
                                     AutomationException
CacheStorageInfo object.

Product Availability

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

Parameters:
ppCacheStorageInfo - A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.