Class AbstractRegioncacheRegistrableUnit

java.lang.Object
de.hybris.platform.cache.AbstractCacheUnit
de.hybris.platform.regioncache.key.legacy.AbstractRegioncacheRegistrableUnit
All Implemented Interfaces:
CacheValueLoader, CacheKey, RegistrableCacheKey

@Deprecated(since="5.0", forRemoval=true) public abstract class AbstractRegioncacheRegistrableUnit extends AbstractCacheUnit implements RegistrableCacheKey
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 not used
Adds RegistrableCacheKey support to AbstractCacheUnit
  • Constructor Details

    • AbstractRegioncacheRegistrableUnit

      public AbstractRegioncacheRegistrableUnit(Cache cache)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractRegioncacheRegistrableUnit

      public AbstractRegioncacheRegistrableUnit(Cache cache, Tenant tenant)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractRegioncacheRegistrableUnit

      public AbstractRegioncacheRegistrableUnit(Cache cache, String tennantId)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTypeCode

      public final Object getTypeCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: CacheKey
      Gets code from typesystem.
      Specified by:
      getTypeCode in interface CacheKey