Class CsrfParametersCache
java.lang.Object
de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters>
de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParametersCache
- All Implemented Interfaces:
IntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters>
public class CsrfParametersCache
extends BaseIntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters>
A cache for
CsrfParameters.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters>Retrieves concrete class of the cached values.protected CacheKeyConverts theIntegrationCacheKeyspecific to the implementation to aCacheKeyMethods inherited from class de.hybris.platform.integrationservices.cache.impl.BaseIntegrationCache
contains, get, getCache, load, log, put, remove, setCacheRegion
-
Constructor Details
-
CsrfParametersCache
public CsrfParametersCache()
-
-
Method Details
-
toCacheKey
Description copied from class:BaseIntegrationCacheConverts theIntegrationCacheKeyspecific to the implementation to aCacheKey- Specified by:
toCacheKeyin classBaseIntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> - Parameters:
key- an integration key to convert- Returns:
- converted cache key
-
getValueType
protected Class<de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> getValueType()Description copied from class:BaseIntegrationCacheRetrieves concrete class of the cached values.- Specified by:
getValueTypein classBaseIntegrationCache<CsrfParametersCacheKey,de.hybris.platform.outboundservices.decorator.impl.csrf.CsrfParameters> - Returns:
- class of the values stored in the cache.
-