Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations.cache |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheManager
This is an implementation of an
ICacheManager that stores the
CacheObject in the filesystem on the device. |
class |
OperationsFileCacheManager
The
OperationsFileCacheManager is a default implementation for
FileCacheManager that can be used for all IOperation . |
Modifier and Type | Method and Description |
---|---|
ICacheManager |
AbstractRestCacheHandler.getCacheManager() |
ICacheManager |
AbstractCacheHandler.getCacheManager() |
static ICacheManager |
OperationsFileCacheManager.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
NoCacheHandler.setCacheManager(ICacheManager cacheManager) |
void |
IOperationCacheHandler.setCacheManager(ICacheManager cacheManager)
Set the
ICacheManager that should be used for the
IOperation . |
void |
AbstractCacheHandler.setCacheManager(ICacheManager cacheManager) |