Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations.cache |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOfflineAwareCacheHandler
This is a more complex example for a
IOperationCacheHandler that
changes behavior depending on the connection status (online/offline). |
class |
CacheFirstCacheHandler
This is an
IOperationCacheHandler that can be used when offline or
for static resources as it first checks if the requested resource is
available in the cache. |
class |
CacheOnlyCacheHandler
This
IOperationCacheHandler does not execute the operation but always
reads from the cache. |
class |
ServerFirstCacheHandler
This is a common implementation for the
IOperationCacheHandler that
executes the operation and stores a successful result in the cache. |
class |
ServerOnlyCacheHandler
This
IOperationCacheHandler executes the operation and stores the
result in the cache, but never reads from the cache. |