|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheControlInfo
Provides access to members that provide the cache control info.
Returns cache control information that allows clients to discover information such as if client caching is allowed.
Method Summary | |
---|---|
boolean |
isClientCachingAllowed()
Indicates if client caching is allowed. |
void |
setClientCachingAllowed(boolean pClientCachingAllowed)
Indicates if client caching is allowed. |
Method Detail |
---|
boolean isClientCachingAllowed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClientCachingAllowed(boolean pClientCachingAllowed) throws IOException, AutomationException
pClientCachingAllowed
- The pClientCachingAllowed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |