public interface IObjectMemoizerDiskCache
extends java.io.Serializable
Description: 'Provides access to members that control a disk-based caching capabilities of an object memoizer.' 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 |
IIDab74228b_3792_4d42_9118_1a1c46a7c2e9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFolderPath()
The path to the parent folder for storing cached objects.
|
boolean |
isCacheEnabled()
Indicates whether disk-based caching is enabled.
|
void |
setCacheEnabled(boolean pbCacheEnabled)
Indicates whether disk-based caching is enabled.
|
void |
setFolderPath(java.lang.String pbsFolderPath)
The path to the parent folder for storing cached objects.
|
static final int IIDab74228b_3792_4d42_9118_1a1c46a7c2e9
static final int xxDummy
static final java.lang.String IID
boolean isCacheEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheEnabled(boolean pbCacheEnabled) throws java.io.IOException, AutomationException
pbCacheEnabled
- The pbCacheEnabled (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFolderPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFolderPath(java.lang.String pbsFolderPath) throws java.io.IOException, AutomationException
pbsFolderPath
- The pbsFolderPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.