com.ibm.commerce.context.content.resources.dynacache

Class CacheInvalidationConfigurationConstants

  • java.lang.Object
    • com.ibm.commerce.context.content.resources.dynacache.CacheInvalidationConfigurationConstants


  • public class CacheInvalidationConfigurationConstants
    extends java.lang.Object
    The constants used in the cache invalidation classes are defined in the class.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CACHE_INVALIDATION_CONFIGURATION_FILE
      the cache invalidation configuration file.
      static java.lang.String CACHE_INVALIDATION_ID_GENERATOR
      the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
      static java.lang.String CACHE_INVALIDATION_ID_GENERATORS
      the CacheInvalidationIDDenerators node in the cache invalidation configuration file.
      static java.lang.String CLASS
      the class attribute of the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
      static java.lang.String COMPONENT
      the component node in the cache invalidation configuration file.
      static java.lang.String COMPONENT_JAVA_CLASS
      the java-class component in the cache invalidation configuration file.
      static java.lang.String COMPONENT_KEY
      the key attribute in the cache invalidation configuration file.
      static java.lang.String COMPONENT_KEY_VALUE
      the key-value component in the cache invalidation configuration file.
      static java.lang.String COMPONENT_QUERY
      the query attribute in the cache invalidation configuration file.
      static java.lang.String COMPONENT_SQL
      the SQL component in the cache invalidation configuration file.
      static java.lang.String COMPONENT_TYPE
      the type attribute in the cache invalidation configuration file.
      static java.lang.String INVALIDATION
      the invalidation node in the cache invalidation configuration file.
      static java.lang.String KEY_COMBINATION
      the keyCombination attribute in the cache invalidation configuration file.
      static java.lang.String KEY_COMBINATION_TRUE
      the value of the keyCombinationInvalidation attribute.
      static java.lang.String PARAMETER
      the parameter node in the cache invalidation configuration file.
      static java.lang.String PARAMETER_KEY
      the key attribute in the cache invalidation configuration file.
      static java.lang.String PARAMETER_ORDER
      the order attribute in the cache invalidation configuration file.
      static java.lang.String RESOURCE
      the resource attribute in the cache invalidation configuration file.
      static java.lang.String RESOURCE_INVALIDATION
      the resource-invalidation node in the cache invalidation configuration file.
      static java.lang.String RESOURCE_INVALIDATIONS
      the resource-invalidations node in the cache invalidation configuration file.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CACHE_INVALIDATION_CONFIGURATION_FILE

        public static final java.lang.String CACHE_INVALIDATION_CONFIGURATION_FILE
        the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • CACHE_INVALIDATION_ID_GENERATORS

        public static final java.lang.String CACHE_INVALIDATION_ID_GENERATORS
        the CacheInvalidationIDDenerators node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • CACHE_INVALIDATION_ID_GENERATOR

        public static final java.lang.String CACHE_INVALIDATION_ID_GENERATOR
        the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • CLASS

        public static final java.lang.String CLASS
        the class attribute of the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • RESOURCE_INVALIDATIONS

        public static final java.lang.String RESOURCE_INVALIDATIONS
        the resource-invalidations node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • RESOURCE_INVALIDATION

        public static final java.lang.String RESOURCE_INVALIDATION
        the resource-invalidation node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • RESOURCE

        public static final java.lang.String RESOURCE
        the resource attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • KEY_COMBINATION

        public static final java.lang.String KEY_COMBINATION
        the keyCombination attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • KEY_COMBINATION_TRUE

        public static final java.lang.String KEY_COMBINATION_TRUE
        the value of the keyCombinationInvalidation attribute.
        See Also:
        Constant Field Values
      • INVALIDATION

        public static final java.lang.String INVALIDATION
        the invalidation node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT

        public static final java.lang.String COMPONENT
        the component node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_TYPE

        public static final java.lang.String COMPONENT_TYPE
        the type attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_KEY_VALUE

        public static final java.lang.String COMPONENT_KEY_VALUE
        the key-value component in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_SQL

        public static final java.lang.String COMPONENT_SQL
        the SQL component in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_JAVA_CLASS

        public static final java.lang.String COMPONENT_JAVA_CLASS
        the java-class component in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_KEY

        public static final java.lang.String COMPONENT_KEY
        the key attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • COMPONENT_QUERY

        public static final java.lang.String COMPONENT_QUERY
        the query attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • PARAMETER

        public static final java.lang.String PARAMETER
        the parameter node in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • PARAMETER_ORDER

        public static final java.lang.String PARAMETER_ORDER
        the order attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values
      • PARAMETER_KEY

        public static final java.lang.String PARAMETER_KEY
        the key attribute in the cache invalidation configuration file.
        See Also:
        Constant Field Values