Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.operations.cache |
Class and Description |
---|
IOperationCacheHandler
This is a common interface that defines some hook points to influence the
execution of an
AbstractSynchronizableOperation . |
Class and Description |
---|
AbstractCacheHandler
This is a base class to handle caching by providing some methods to save/load
from/to the cache.
|
AbstractRestCacheHandler
This is a base class to handle caching of
AbstractRestOperation . |
CacheObject
This
CacheObject encapsulates a cache entry. |
FileCacheManager
This is an implementation of an
ICacheManager that stores the
CacheObject in the filesystem on the device. |
ICacheManager
The
ICacheManager encapsulates how to physically access
CacheObject s. |
IOperationCacheHandler
This is a common interface that defines some hook points to influence the
execution of an
AbstractSynchronizableOperation . |
NoCacheHandler
This is the default
IOperationCacheHandler which just does nothing to
influence the operations execution. |