public interface ICacheControlInfo
extends java.io.Serializable
Description: 'Provides access to members that provide the cache control info.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID095f6f1b_178f_49ae_9b05_de919b2c7e59 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isClientCachingAllowed()
Indicates if client caching is allowed.
|
void |
setClientCachingAllowed(boolean pClientCachingAllowed)
Indicates if client caching is allowed.
|
static final int IID095f6f1b_178f_49ae_9b05_de919b2c7e59
static final int xxDummy
static final java.lang.String IID
boolean isClientCachingAllowed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClientCachingAllowed(boolean pClientCachingAllowed) throws java.io.IOException, AutomationException
pClientCachingAllowed
- The pClientCachingAllowed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.