Uses of Interface
de.hybris.platform.cache.Cache
-
-
Uses of Cache in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return Cache Modifier and Type Method Description protected CacheAbstractCacheUnit. getCache()Methods in de.hybris.platform.cache with parameters of type Cache Modifier and Type Method Description voidSimpleItemInvalidationListener. start(Cache cache)Constructors in de.hybris.platform.cache with parameters of type Cache Constructor Description AbstractCacheUnit(Cache cache)AbstractCacheUnit(Cache cache, Tenant tenant)AbstractCacheUnit(Cache cache, java.lang.String tenantId)For testingCustomCacheUnit(Cache cache, java.lang.String key) -
Uses of Cache in de.hybris.platform.cache.impl
Classes in de.hybris.platform.cache.impl that implement Cache Modifier and Type Class Description classDefaultCacheclassRegionCacheAdapterClass adapts calls to the de.hybris.platform.regioncache.CacheController class.
It is used by AbstractCacheUnit to perform cache operations on regioncache implementations.Methods in de.hybris.platform.cache.impl that return Cache Modifier and Type Method Description CacheCacheFactory. createCacheInstance(Tenant tenant)CacheCacheFactory. createCacheInstance(Tenant tenant, int cacheSize)CacheCacheFactory. createCacheInstance(Tenant tenant, int cacheSize, boolean forceExclusiveComputation)CacheCacheFactory. createCacheInstance(Tenant slaveTenant, Tenant masterTenant)Constructors in de.hybris.platform.cache.impl with parameters of type Cache Constructor Description AnonymousCacheUnit(Cache cache, java.lang.Object[] key)CustomCacheUnit(Cache cache, java.lang.String key) -
Uses of Cache in de.hybris.platform.core
Methods in de.hybris.platform.core that return Cache Modifier and Type Method Description protected CacheAbstractTenant. createCache()protected CacheSlaveTenant. createCache()CacheAbstractTenant. getCache()CacheTenant. getCache()Methods in de.hybris.platform.core with parameters of type Cache Modifier and Type Method Description static ItemWrapperFactory. getCachedItem(Cache cache, PK pk)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing, boolean returnMissingAsNull)static java.lang.ObjectWrapperFactory. unwrap(Cache cache, java.lang.Object object)static java.lang.ObjectWrapperFactory. unwrap(Cache cache, java.lang.Object object, boolean itemsAsPropertyValue)static java.lang.ObjectWrapperFactory. wrap(Cache cache, java.lang.Object object)static java.lang.ObjectWrapperFactory. wrap(SessionContext ctx, Cache cache, java.lang.Object object, WrapperFactory.ItemPropertyWrappingListener listener)Constructors in de.hybris.platform.core with parameters of type Cache Constructor Description PrecomputedJaloItemCacheUnit(Cache cache, Item.ItemImpl itemImpl) -
Uses of Cache in de.hybris.platform.directpersistence.cache
Constructors in de.hybris.platform.directpersistence.cache with parameters of type Cache Constructor Description SLDItemBulkLoadUnit(Cache cache, DefaultSLDDataContainerProvider.SLDBulkCacheLoader bulkLoader, PK pk)SLDItemLoadUnit(Cache cache, SLDItemDAO sldItemDAO, PK pk) -
Uses of Cache in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with parameters of type Cache Modifier and Type Method Description static voidItem. registerJaloInvalidationListeners(InvalidationManager invMan, Cache cache)Constructors in de.hybris.platform.jalo with parameters of type Cache Constructor Description JaloItemCacheUnit(Cache cache, PK pk)JaloTypeCacheUnit(Cache cache, int typecode, java.lang.Object additionalKey)JaloTypeCacheUnit(Cache cache, int typecode, java.lang.Object additionalKey, int invalidationType) -
Uses of Cache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return Cache Modifier and Type Method Description protected CacheItemEJBImpl. getCache()Constructors in de.hybris.platform.persistence with parameters of type Cache Constructor Description GenericItemEntityStateCacheUnit(Cache cache, PK pk, ItemDeployment depl) -
Uses of Cache in de.hybris.platform.persistence.flexiblesearch
Methods in de.hybris.platform.persistence.flexiblesearch with parameters of type Cache Modifier and Type Method Description voidQueryParser. clearCachedQueries(Cache cache)java.util.Map<java.lang.Object,TranslatedQuery>QueryParser. getQueryCacheMap(Cache cache)Constructors in de.hybris.platform.persistence.flexiblesearch with parameters of type Cache Constructor Description FlexibleSearchInvalidationListener(Cache cache) -
Uses of Cache in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return Cache Modifier and Type Method Description CachePersistencePool. getCache() -
Uses of Cache in de.hybris.platform.regioncache.key.legacy
Constructors in de.hybris.platform.regioncache.key.legacy with parameters of type Cache Constructor Description AbstractRegioncacheRegistrableUnit(Cache cache)Deprecated, for removal: This API element is subject to removal in a future version.AbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant)Deprecated, for removal: This API element is subject to removal in a future version.AbstractRegioncacheRegistrableUnit(Cache cache, java.lang.String tennantId)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Cache in de.hybris.platform.servicelayer.security.permissions.impl
Methods in de.hybris.platform.servicelayer.security.permissions.impl with parameters of type Cache Modifier and Type Method Description static SLDPermissionManagementStrategy.AclCacheUnitSLDPermissionManagementStrategy.AclCacheUnit. globalCacheUnit(Cache cache, PK principalPk, java.util.function.Supplier<PermissionDAO.AclContainer> getter)static SLDPermissionManagementStrategy.AclCacheUnitSLDPermissionManagementStrategy.AclCacheUnit. itemCacheUnit(Cache cache, PK itemPk, java.util.function.Supplier<PermissionDAO.AclContainer> getter) -
Uses of Cache in de.hybris.platform.servicelayer.tenant
Methods in de.hybris.platform.servicelayer.tenant that return Cache Modifier and Type Method Description CacheMockTenant. getCache() -
Uses of Cache in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type Cache Modifier and Type Method Description protected TransactionAwareCacheTransaction. getOrCreateGlobalCacheAdapter(Cache globalCache)protected TransactionAwareCacheTransaction. getOrCreateLegacyCacheAdapter(Cache globalCache)protected TransactionAwareCacheTransaction. getOrCreateTxLocalCacheAdapter(Cache globalCache)TransactionAwareCacheTransaction. getTransactionAwareCache(Cache globalCache) -
Uses of Cache in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type Cache Modifier and Type Method Description static voidUtilities. invalidateCache(Cache cache, PK primaryKey)Internal helper routine to invalidate the cache for a particular item identified by its primary key.static voidUtilities. invalidateCache(Transaction tx, Cache cache, PK primaryKey)Internal helper routine to invalidate the cache for a particular item identified by its primary key.static voidUtilities. invalidateCache(Transaction tx, Cache cache, PK primaryKey, boolean sendImmediately)Internal helper routine to invalidate the cache for a particular item identified by its primary key.Constructors in de.hybris.platform.util with parameters of type Cache Constructor Description ItemModificationInvalidationListener(Cache cache)
-