Package de.hybris.platform.regioncache
Interface CacheValueLoader<V>
- All Known Implementing Classes:
AbstractCacheUnit,AbstractRegioncacheRegistrableUnit,AbstractRegioncacheUnit,AnonymousCacheUnit,AtomicType_HJMPWrapper.FindAll0FinderResult,AtomicType_HJMPWrapper.FindByCodeExact1FinderResult,AtomicType_HJMPWrapper.FindByInheritancePath1FinderResult,AtomicType_HJMPWrapper.FindByJavaClass1FinderResult,AtomicType_HJMPWrapper.FindBySuperType1FinderResult,AtomicType_HJMPWrapper.FindByType1FinderResult,AtomicType_HJMPWrapper.FindChangedAfter1FinderResult,AttributeDescriptor_HJMPWrapper.FindAll0FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndQualifier2FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndSelectionDescriptor2FinderResult,AttributeDescriptor_HJMPWrapper.FindBySuperAttributeDescriptor1FinderResult,AttributeDescriptor_HJMPWrapper.FindByType1FinderResult,AttributeDescriptor_HJMPWrapper.FindChangedAfter1FinderResult,AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingTypeAndQualifier2FinderResult,AttributeDescriptor_HJMPWrapper.FindInheritedByQualifierAndInheritancePath2FinderResult,AttributeDescriptor_HJMPWrapper.FindInhertitedByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPropertyByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingTypeAndQualifier2FinderResult,CollectionType_HJMPWrapper.FindAll0FinderResult,CollectionType_HJMPWrapper.FindByCodeExact1FinderResult,CollectionType_HJMPWrapper.FindByElementType1FinderResult,CollectionType_HJMPWrapper.FindByType1FinderResult,CollectionType_HJMPWrapper.FindChangedAfter1FinderResult,ComposedType_HJMPWrapper.FindAll0FinderResult,ComposedType_HJMPWrapper.FindByCodeExact1FinderResult,ComposedType_HJMPWrapper.FindByInheritancePath1FinderResult,ComposedType_HJMPWrapper.FindByJaloClassName1FinderResult,ComposedType_HJMPWrapper.FindBySuperType1FinderResult,ComposedType_HJMPWrapper.FindByType1FinderResult,ComposedType_HJMPWrapper.FindByTypeCode1FinderResult,ComposedType_HJMPWrapper.FindChangedAfter1FinderResult,CustomCacheUnit,CustomCacheUnit,DefaultFacetSearchConfigCacheValueLoader,DefaultScriptingLanguagesService.URIScriptExecutableLoader,DefaultSLDDataContainerProvider.SLDItemBulkLoadUnit,DefaultSLDDataContainerProvider.SLDItemLoadUnit,EnumerationValue_HJMPWrapper.FindAll0FinderResult,EnumerationValue_HJMPWrapper.FindByType1FinderResult,EnumerationValue_HJMPWrapper.FindByTypeAndCode2FinderResult,EnumerationValue_HJMPWrapper.FindByTypeAndCodeIgnoreCase2FinderResult,EnumerationValue_HJMPWrapper.FindChangedAfter1FinderResult,EnumerationValue_HJMPWrapper.FindSortedValues1FinderResult,FinderResult,GenericBMPBean.GenericItemEntityStateCacheUnit,IsItemAliveCheckUnit,JaloItemCacheUnit,JaloTypeCacheUnit,MapType_HJMPWrapper.FindAll0FinderResult,MapType_HJMPWrapper.FindByArgumentType1FinderResult,MapType_HJMPWrapper.FindByCodeExact1FinderResult,MapType_HJMPWrapper.FindByReturnType1FinderResult,MapType_HJMPWrapper.FindByType1FinderResult,MapType_HJMPWrapper.FindByTypes2FinderResult,MapType_HJMPWrapper.FindChangedAfter1FinderResult,MetaInformation_HJMPWrapper.FindAll0FinderResult,MetaInformation_HJMPWrapper.FindBySystemID1FinderResult,MetaInformation_HJMPWrapper.FindByType1FinderResult,MetaInformation_HJMPWrapper.FindChangedAfter1FinderResult,RelationCacheUnit,RenderingCacheValueLoader,SearchRestriction_HJMPWrapper.FindAll0FinderResult,SearchRestriction_HJMPWrapper.FindByPrincipal1FinderResult,SearchRestriction_HJMPWrapper.FindByRestrictedType1FinderResult,SearchRestriction_HJMPWrapper.FindByType1FinderResult,SearchRestriction_HJMPWrapper.FindChangedAfter1FinderResult,SearchRestriction_HJMPWrapper.FindRestrictions2FinderResult,SLDPermissionManagementStrategy.AclCacheUnit,TestCacheKeyFactory.TestLegacyCacheKeyWithLoader,TestCacheValueLoader,TestItem_HJMPWrapper.FindAll0FinderResult,TestItem_HJMPWrapper.FindByFieldA1FinderResult,TestItem_HJMPWrapper.FindByType1FinderResult,TestItem_HJMPWrapper.FindChangedAfter1FinderResult,TestItem_HJMPWrapper.FinderTest2FinderResult,TestLoadableRegistrableCacheTestKey,WrapperFactory.PrecomputedJaloItemCacheUnit
public interface CacheValueLoader<V>
Used by cache region to load missing value.
This method does not have to be thread safe.
This method does not have to be thread safe.
Currently used by AbstractCacheUnit.
-
Method Summary
-
Method Details
-
load
Used by cache region to load missing value.
This method does not have to be thread safe.
If CacheValueLoadException thrown unit is not added to cache.- Throws:
CacheValueLoadException
-