| Modifier and Type | Method and Description |
|---|---|
protected Cache |
AbstractCacheUnit.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleItemInvalidationListener.start(Cache cache) |
| Constructor and Description |
|---|
AbstractCacheUnit(Cache cache) |
AbstractCacheUnit(Cache cache,
java.lang.String tenantId)
For testing
|
AbstractCacheUnit(Cache cache,
Tenant tenant) |
CustomCacheUnit(Cache cache,
java.lang.String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCache |
class |
RegionCacheAdapter
Class adapts calls to the de.hybris.platform.regioncache.CacheController class.
It is used by AbstractCacheUnit to perform cache operations on regioncache implementations. |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheFactory.createCacheInstance(Tenant tenant) |
Cache |
CacheFactory.createCacheInstance(Tenant tenant,
int cacheSize) |
Cache |
CacheFactory.createCacheInstance(Tenant tenant,
int cacheSize,
boolean forceExclusiveComputation) |
Cache |
CacheFactory.createCacheInstance(Tenant slaveTenant,
Tenant masterTenant) |
| Constructor and Description |
|---|
AnonymousCacheUnit(Cache cache,
java.lang.Object[] key) |
CustomCacheUnit(Cache cache,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
SlaveTenant.createCache() |
protected Cache |
AbstractTenant.createCache() |
Cache |
Tenant.getCache() |
Cache |
AbstractTenant.getCache() |
| Modifier and Type | Method and Description |
|---|---|
static Item |
WrapperFactory.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.Object |
WrapperFactory.unwrap(Cache cache,
java.lang.Object object) |
static java.lang.Object |
WrapperFactory.unwrap(Cache cache,
java.lang.Object object,
boolean itemsAsPropertyValue) |
static java.lang.Object |
WrapperFactory.wrap(Cache cache,
java.lang.Object object) |
static java.lang.Object |
WrapperFactory.wrap(SessionContext ctx,
Cache cache,
java.lang.Object object,
WrapperFactory.ItemPropertyWrappingListener listener) |
| Constructor and Description |
|---|
PrecomputedJaloItemCacheUnit(Cache cache,
Item.ItemImpl itemImpl) |
| Constructor and Description |
|---|
SLDItemBulkLoadUnit(Cache cache,
DefaultSLDDataContainerProvider.SLDBulkCacheLoader bulkLoader,
PK pk) |
SLDItemLoadUnit(Cache cache,
SLDItemDAO sldItemDAO,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Item.registerJaloInvalidationListeners(InvalidationManager invMan,
Cache cache) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
ItemEJBImpl.getCache() |
| Constructor and Description |
|---|
GenericItemEntityStateCacheUnit(Cache cache,
PK pk,
ItemDeployment depl) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryParser.clearCachedQueries(Cache cache) |
java.util.Map<java.lang.Object,TranslatedQuery> |
QueryParser.getQueryCacheMap(Cache cache) |
| Constructor and Description |
|---|
FlexibleSearchInvalidationListener(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
PersistencePool.getCache() |
| Constructor and Description |
|---|
AbstractRegioncacheRegistrableUnit(Cache cache)
Deprecated.
|
AbstractRegioncacheRegistrableUnit(Cache cache,
java.lang.String tennantId)
Deprecated.
|
AbstractRegioncacheRegistrableUnit(Cache cache,
Tenant tenant)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SLDPermissionManagementStrategy.AclCacheUnit |
SLDPermissionManagementStrategy.AclCacheUnit.globalCacheUnit(Cache cache,
PK principalPk,
java.util.function.Supplier<PermissionDAO.AclContainer> getter) |
static SLDPermissionManagementStrategy.AclCacheUnit |
SLDPermissionManagementStrategy.AclCacheUnit.itemCacheUnit(Cache cache,
PK itemPk,
java.util.function.Supplier<PermissionDAO.AclContainer> getter) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
MockTenant.getCache() |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionAwareCache |
Transaction.getOrCreateGlobalCacheAdapter(Cache globalCache) |
protected TransactionAwareCache |
Transaction.getOrCreateLegacyCacheAdapter(Cache globalCache) |
protected TransactionAwareCache |
Transaction.getOrCreateTxLocalCacheAdapter(Cache globalCache) |
TransactionAwareCache |
Transaction.getTransactionAwareCache(Cache globalCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utilities.invalidateCache(Cache cache,
PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.invalidateCache(Transaction tx,
Cache cache,
PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.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.
|
| Constructor and Description |
|---|
ItemModificationInvalidationListener(Cache cache) |
Copyright © 2018 SAP SE. All Rights Reserved.