Coherence.Constants

Description

Functions for querying the Cache

Functions

NameSignature and Synopsis
C_BooleanConstantObject C_BooleanConstant(boolean value)
Return the Wrapper for a Boolean
C_DateTimeConstantObject C_DateTimeConstant(String date)
Return the Wrapper for a DateTime. The DateTime format is yyyy-MM-dd HH:mm:ss z
C_DoubleConstantObject C_DoubleConstant(double value)
Return the Wrapper for a Double
C_IntConstantObject C_IntConstant(int value)
Return the Wrapper for a int
C_LongConstantObject C_LongConstant(long value)
Return the Wrapper for a Long
C_StringConstantObject C_StringConstant(String value)
Return the Wrapper for a String