com.esri.arcgis.carto
Interface ICacheInfo2

All Superinterfaces:
ICacheInfo, Serializable
All Known Implementing Classes:
CacheInfo, ICacheInfo2Proxy

public interface ICacheInfo2
extends ICacheInfo, Serializable

Provides access to members that provide the map cache info.

Product Availability

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


Method Summary
 ICacheStorageInfo getCacheStorageInfo()
          Cache storage info object.
 void setCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
          Cache storage info object.
 
Methods inherited from interface com.esri.arcgis.carto.ICacheInfo
getTileCacheInfo, getTileImageInfo, setTileCacheInfoByRef, setTileImageInfoByRef
 

Method Detail

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo()
                                      throws IOException,
                                             AutomationException
Cache storage info 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
Cache storage info 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.