Interface JCacheConstants


  • public interface JCacheConstants
    • Field Detail

      • ACTION

        @Metadata(label="producer",
                  description="The cache operation to perform",
                  javaType="String")
        static final String ACTION
        See Also:
        Constant Field Values
      • RESULT

        @Metadata(label="producer",
                  description="The result of the cache operation",
                  javaType="boolean")
        static final String RESULT
        See Also:
        Constant Field Values
      • EVENT_TYPE

        @Metadata(label="consumer",
                  description="The type of event received",
                  javaType="String")
        static final String EVENT_TYPE
        See Also:
        Constant Field Values
      • KEYS

        @Metadata(label="producer",
                  description="The collection of keys against which the action should be performed",
                  javaType="Set<Object>")
        static final String KEYS
        See Also:
        Constant Field Values
      • OLD_VALUE

        @Metadata(label="consumer",
                  description="The old value of the cache entry",
                  javaType="Object")
        static final String OLD_VALUE
        See Also:
        Constant Field Values
      • ENTRY_PROCESSOR

        @Metadata(label="producer",
                  description="The EntryProcessor to invoke",
                  javaType="EntryProcessor<Object, Object, Object>")
        static final String ENTRY_PROCESSOR
        See Also:
        Constant Field Values
      • ARGUMENTS

        @Metadata(label="producer",
                  description="The additional arguments to pass to the EntryProcessor",
                  javaType="Collection<Object>")
        static final String ARGUMENTS
        See Also:
        Constant Field Values