Class CacheKeyGeneratorTypeDataProvider

  • All Implemented Interfaces:
    IDataProvider<TabularSource<?>>

    public class CacheKeyGeneratorTypeDataProvider
    extends Object
    implements IDataProvider<TabularSource<?>>
    Retries the types of cache key generation and if the timeout is the default established by the service interface. The field cacheKeyType will contain the following values:
    default
    If the service interface instance has not configured another value.
    class
    If the current service interface instance has selected the "Class" option and filled it with a value.
    context
    If the current service interface instance has selected the "Context" option.
    The field timeoutType will contain one of the following values:
    default
    If the service interface instance has not configured another value.
    configured
    If the current service interface instance has chosen a value other than 'default'.
    Since:
    7.0.0
    Version:
    $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $