public interface CacheKeyCalculatorI extends java.io.Serializable, ServerSideEventInformationCalculatorI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
calculate(java.lang.Object o)
delegates to calculateKey(Object), is needed for implementing ServerSideEventInformationCalculatorI
|
java.lang.Object |
calculateKey(java.lang.Object value)
calculates a key used for caching the value from the given value
|
boolean |
canHandle(java.lang.Class c)
returns true, if this CacheKeyCalculatorI may calculate a key out of objects of the given class
|
java.lang.Class |
getCachedClass()
returns the class of the cached objects
|
default java.lang.String |
getKeyAttributeName()
Returns the attribute name of the attribute, the value of which is taken as key for caching a value.
|
getDescription
static final java.lang.String $0
default java.lang.String getKeyAttributeName()
java.lang.Object calculateKey(java.lang.Object value)
java.lang.Class getCachedClass()
boolean canHandle(java.lang.Class c)
canHandle
in interface ServerSideEventInformationCalculatorI
java.lang.Object calculate(java.lang.Object o)
calculate
in interface ServerSideEventInformationCalculatorI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.