Interface JCacheConstants
public interface JCacheConstants
-
Field Summary
Fields
-
Field Details
-
ACTION
@Metadata(label="producer", description="The cache operation to perform", javaType="String") static final String ACTION- See Also:
-
RESULT
@Metadata(label="producer", description="The result of the cache operation", javaType="boolean") static final String RESULT- See Also:
-
EVENT_TYPE
@Metadata(label="consumer", description="The type of event received", javaType="String") static final String EVENT_TYPE- See Also:
-
KEY
- See Also:
-
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:
-
OLD_VALUE
@Metadata(label="consumer", description="The old value of the cache entry", javaType="Object") static final String OLD_VALUE- See Also:
-
ENTRY_PROCESSOR
@Metadata(label="producer", description="The EntryProcessor to invoke", javaType="EntryProcessor<Object, Object, Object>") static final String ENTRY_PROCESSOR- See Also:
-
ARGUMENTS
@Metadata(label="producer", description="The additional arguments to pass to the EntryProcessor", javaType="Collection<Object>") static final String ARGUMENTS- See Also:
-