T - - the type of search profile datapublic abstract class AbstractAsSearchProfileCalculationStrategy<T extends AbstractAsSearchProfile> extends java.lang.Object implements AsSearchProfileCalculationStrategy<T>
AsSearchProfileCalculationStrategy.| Constructor and Description |
|---|
AbstractAsSearchProfileCalculationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getCacheKeyFragment(AsSearchProfileContext context,
T searchProfile)
Returns a cache key fragment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, mappublic AbstractAsSearchProfileCalculationStrategy()
public java.io.Serializable getCacheKeyFragment(AsSearchProfileContext context, T searchProfile)
AsCacheAwareStrategynull. If
strategies can have results that depend on the context, a different implementation should be provided.getCacheKeyFragment in interface AsCacheAwareStrategy<T extends AbstractAsSearchProfile>context - - the search profile contextsearchProfile - - the source objectCopyright © 2018 SAP SE. All Rights Reserved.