Uses of Interface
de.hybris.platform.cache.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in de.hybris.platform.cache
Methods in de.hybris.platform.cache that return CacheMethods in de.hybris.platform.cache with parameters of type CacheConstructors in de.hybris.platform.cache with parameters of type CacheModifierConstructorDescriptionAbstractCacheUnit(Cache cache) AbstractCacheUnit(Cache cache, Tenant tenant) AbstractCacheUnit(Cache cache, String tenantId) For testingCustomCacheUnit(Cache cache, String key) -
Uses of Cache in de.hybris.platform.cache.impl
Classes in de.hybris.platform.cache.impl that implement CacheModifier and TypeClassDescriptionfinal classclassClass 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 CacheModifier and TypeMethodDescriptionCacheFactory.createCacheInstance(Tenant tenant) CacheFactory.createCacheInstance(Tenant tenant, int cacheSize) CacheFactory.createCacheInstance(Tenant tenant, int cacheSize, boolean forceExclusiveComputation) CacheFactory.createCacheInstance(Tenant slaveTenant, Tenant masterTenant) Constructors in de.hybris.platform.cache.impl with parameters of type CacheModifierConstructorDescriptionAnonymousCacheUnit(Cache cache, Object[] key) CustomCacheUnit(Cache cache, String key) -
Uses of Cache in de.hybris.platform.cache.relation
Constructors in de.hybris.platform.cache.relation with parameters of type Cache -
Uses of Cache in de.hybris.platform.core
Methods in de.hybris.platform.core that return CacheModifier and TypeMethodDescriptionprotected CacheAbstractTenant.createCache()protected CacheSlaveTenant.createCache()AbstractTenant.getCache()Tenant.getCache()Methods in de.hybris.platform.core with parameters of type CacheModifier and TypeMethodDescriptionstatic final ItemWrapperFactory.getCachedItem(Cache cache, PK pk) static final Collection<Item>WrapperFactory.getCachedItems(Cache cache, Collection<PK> pks, Set<PK> prefetchLanguagePKs, boolean ignoreMissing) static final Collection<Item>WrapperFactory.getCachedItems(Cache cache, Collection<PK> pks, Set<PK> prefetchLanguagePKs, boolean ignoreMissing, boolean returnMissingAsNull) static Objectstatic Objectstatic Objectstatic ObjectWrapperFactory.wrap(SessionContext ctx, Cache cache, Object object, WrapperFactory.ItemPropertyWrappingListener listener) Constructors in de.hybris.platform.core with parameters of type CacheModifierConstructorDescriptionprotectedPrecomputedJaloItemCacheUnit(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 CacheModifierConstructorDescriptionSLDItemBulkLoadUnit(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 CacheModifier and TypeMethodDescriptionstatic voidItem.registerJaloInvalidationListeners(InvalidationManager invMan, Cache cache) Constructors in de.hybris.platform.jalo with parameters of type CacheModifierConstructorDescriptionprotectedJaloItemCacheUnit(Cache cache, PK pk) protectedJaloTypeCacheUnit(Cache cache, int typecode, Object additionalKey) protectedJaloTypeCacheUnit(Cache cache, int typecode, Object additionalKey, int invalidationType) -
Uses of Cache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return CacheConstructors in de.hybris.platform.persistence with parameters of type CacheModifierConstructorDescriptionGenericItemEntityStateCacheUnit(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 CacheModifier and TypeMethodDescriptionfinal voidQueryParser.clearCachedQueries(Cache cache) final Map<Object,TranslatedQuery> QueryParser.getQueryCacheMap(Cache cache) Constructors in de.hybris.platform.persistence.flexiblesearch with parameters of type Cache -
Uses of Cache in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return Cache -
Uses of Cache in de.hybris.platform.regioncache.key.legacy
Constructors in de.hybris.platform.regioncache.key.legacy with parameters of type CacheModifierConstructorDescriptionDeprecated, 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, 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 CacheModifier and TypeMethodDescriptionSLDPermissionManagementStrategy.AclCacheUnit.globalCacheUnit(Cache cache, PK principalPk, Supplier<PermissionDAO.AclContainer> getter) SLDPermissionManagementStrategy.AclCacheUnit.itemCacheUnit(Cache cache, PK itemPk, Supplier<PermissionDAO.AclContainer> getter) -
Uses of Cache in de.hybris.platform.servicelayer.tenant
Methods in de.hybris.platform.servicelayer.tenant that return Cache -
Uses of Cache in de.hybris.platform.tx
Methods in de.hybris.platform.tx with parameters of type CacheModifier and TypeMethodDescriptionprotected TransactionAwareCacheTransaction.getOrCreateGlobalCacheAdapter(Cache globalCache) protected TransactionAwareCacheTransaction.getOrCreateLegacyCacheAdapter(Cache globalCache) protected TransactionAwareCacheTransaction.getOrCreateTxLocalCacheAdapter(Cache globalCache) Transaction.getTransactionAwareCache(Cache globalCache) -
Uses of Cache in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type CacheModifier and TypeMethodDescriptionstatic 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