public interface ICacheManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
cachedData(String dataType,
String dataCacheKey)
The entity cache data for the specified entity type and id.
|
void |
cachedData(String dataType,
String dataCacheKey,
String data)
The entity cache data for the specified entity type and id.
|
int |
cacheKey()
The cache ID for the current connection.
|
void |
removeCachedData(String dataType,
String dataCacheKey,
int timeDelay)
Remove entity cache data according entity type and id.
|
int cacheKey()
The cache ID for the current connection.
Getter method for the COM property "CacheKey"
String cachedData(String dataType, String dataCacheKey)
The entity cache data for the specified entity type and id.
Getter method for the COM property "CachedData"
dataType
- Mandatory java.lang.String parameter.dataCacheKey
- Mandatory java.lang.String parameter.void cachedData(String dataType, String dataCacheKey, String data)
The entity cache data for the specified entity type and id.
Setter method for the COM property "CachedData"
dataType
- Mandatory java.lang.String parameter.dataCacheKey
- Mandatory java.lang.String parameter.data
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.