Class FlexibleSearch.FlexibleSearchTypeGenIgnoreCacheKey
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
de.hybris.platform.regioncache.key.AbstractRegistrableCacheKey
de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.FlexibleSearchCacheKey
de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.FlexibleSearchTypeGenIgnoreCacheKey
- All Implemented Interfaces:
CacheKey,RegistrableCacheKey<String>
- Enclosing class:
- FlexibleSearch
public static class FlexibleSearch.FlexibleSearchTypeGenIgnoreCacheKey
extends FlexibleSearch.FlexibleSearchCacheKey
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Constructor Summary
ConstructorsConstructorDescriptionFlexibleSearchTypeGenIgnoreCacheKey(TranslatedQuery tq, Map values, PK langPK, List<Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, Set<Integer> beanTCs, boolean executeQuery, int ttlPeriod, String tenantId, String dataSourceCacheDomain, List<Hint> hints) -
Method Summary
Methods inherited from class de.hybris.platform.jalo.flexiblesearch.FlexibleSearch.FlexibleSearchCacheKey
calcHashCode, equals, hashCode, hasModifier, toStringMethods inherited from class de.hybris.platform.regioncache.key.AbstractRegistrableCacheKey
getDependentTypeGenerations, getDependentTypes, getTypeCode, setDependentTypeGenerationsMethods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.regioncache.key.CacheKey
getCacheValueType, getTenantId
-
Constructor Details
-
FlexibleSearchTypeGenIgnoreCacheKey
-