Class Constants


  • public class Constants
    extends Object
    Constants used by the Coherence JCache Adapter.
    Since:
    Coherence 12.1.3
    Author:
    jf 2013.12.19
    • Field Detail

      • DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI

        public static final String DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
        The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application.
        See Also:
        Constant Field Values
      • DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY

        public static final String DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY
        The system property to specify an alternative DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI.

        This uri should contain a coherence configuration element with a JCache Namespace defined.

        See Also:
        Constant Field Values
      • DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY

        public static final String DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
        The system property to specify the Coherence-based JCache Configuration class to use as the default type of JCache Configuration when a standard (non-Coherence-based) JCache configuration is provided.

        Often this is simply an alias to actual class names. Currently there are five defined aliases; "local", "partitioned" and "extend" or "remote", "passthrough"

        When not set a default of "local" is assumed.

        See Also:
        LocalCacheConfiguration, PartitionedCacheConfiguration, RemoteCacheConfiguration, PassThroughCacheConfiguration, Constant Field Values
      • DEFAULT_EXPIRY_DURATION

        public static final javax.cache.expiry.Duration DEFAULT_EXPIRY_DURATION
        The default expiry Duration.
    • Constructor Detail

      • Constants

        public Constants()