Class DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.directpersistence.cache.DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit
-
- All Implemented Interfaces:
CacheValueLoader
- Enclosing class:
- DefaultSLDDataContainerProvider
public static class DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit extends AbstractCacheUnit
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cache.AbstractCacheUnit
cacheKey, INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description SLDItemBulkLoadUnit(Cache cache, DefaultSLDDataContainerProvider.SLDBulkCacheLoader bulkLoader, PK pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
compute()
java.lang.Object[]
createKey()
-
Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
addedToCacheBeforeComputation, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKey, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, load, removedFromCache, toString, useCache
-
-
-
-
Constructor Detail
-
SLDItemBulkLoadUnit
public SLDItemBulkLoadUnit(Cache cache, DefaultSLDDataContainerProvider.SLDBulkCacheLoader bulkLoader, PK pk)
-
-
Method Detail
-
createKey
public java.lang.Object[] createKey()
- Specified by:
createKey
in classAbstractCacheUnit
-
compute
public java.lang.Object compute() throws java.lang.Exception
- Specified by:
compute
in classAbstractCacheUnit
- Throws:
java.lang.Exception
-
-