Interface CaffeineConstants
-
public interface CaffeineConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIONstatic StringACTION_AS_MAPstatic StringACTION_CLEANUPstatic StringACTION_GETstatic StringACTION_GET_ALLstatic StringACTION_HAS_RESULTstatic StringACTION_INVALIDATEstatic StringACTION_INVALIDATE_ALLstatic StringACTION_PUTstatic StringACTION_PUT_ALLstatic StringACTION_SUCCEEDEDstatic StringKEYstatic StringKEYSstatic StringOLD_VALUEstatic StringVALUE
-
-
-
Field Detail
-
ACTION_CLEANUP
static final String ACTION_CLEANUP
- See Also:
- Constant Field Values
-
ACTION_PUT
static final String ACTION_PUT
- See Also:
- Constant Field Values
-
ACTION_PUT_ALL
static final String ACTION_PUT_ALL
- See Also:
- Constant Field Values
-
ACTION_GET
static final String ACTION_GET
- See Also:
- Constant Field Values
-
ACTION_GET_ALL
static final String ACTION_GET_ALL
- See Also:
- Constant Field Values
-
ACTION_INVALIDATE
static final String ACTION_INVALIDATE
- See Also:
- Constant Field Values
-
ACTION_INVALIDATE_ALL
static final String ACTION_INVALIDATE_ALL
- See Also:
- Constant Field Values
-
ACTION_AS_MAP
static final String ACTION_AS_MAP
- See Also:
- Constant Field Values
-
ACTION
@Metadata(description="The action to execute.\n\nPossible values:\n\n* CLEANUP\n* PUT\n* PUT_ALL\n* GET\n* GET_ALL\n* INVALIDATE\n* INVALIDATE_ALL\n* AS_MAP", javaType="String") static final String ACTION- See Also:
- Constant Field Values
-
ACTION_HAS_RESULT
@Metadata(description="The flag indicating whether the action has a result or not.", javaType="Boolean") static final String ACTION_HAS_RESULT- See Also:
- Constant Field Values
-
ACTION_SUCCEEDED
@Metadata(description="The flag indicating whether the action was successful or not.", javaType="Boolean") static final String ACTION_SUCCEEDED- See Also:
- Constant Field Values
-
KEY
@Metadata(description="The key for all actions on a single entry.") static final String KEY
- See Also:
- Constant Field Values
-
KEYS
@Metadata(description="The keys to get (GET_ALL), to invalidate (INVALIDATE_ALL) or existing (AS_MAP) according to the action.", javaType="Set") static final String KEYS- See Also:
- Constant Field Values
-
VALUE
@Metadata(description="The value of key for all put actions (PUT or PUT_ALL).") static final String VALUE
- See Also:
- Constant Field Values
-
OLD_VALUE
@Metadata(description="The old value returned according to the action.") static final String OLD_VALUE
- See Also:
- Constant Field Values
-
-