Class ItemLocalizedPropertyCacheKey

    • Constructor Detail

      • ItemLocalizedPropertyCacheKey

        public ItemLocalizedPropertyCacheKey​(TypeInfoMap info,
                                             PK langPK)
      • ItemLocalizedPropertyCacheKey

        protected ItemLocalizedPropertyCacheKey​(TypeInfoMap info,
                                                PK itemPK,
                                                PK langPK)
        clone constructor
    • Method Detail

      • clone

        protected java.lang.Object clone()
                                  throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class ItemPropertyCacheKey
        Throws:
        java.lang.CloneNotSupportedException
      • getQualifier

        protected java.lang.String getQualifier()
        Overrides:
        getQualifier in class ItemPropertyCacheKey
        Returns:
        an key for the CachedValue that is unique within the Item instance
      • computeValue

        protected java.lang.Object computeValue​(ItemEJB item)
        Description copied from class: ItemCacheKey
        initially creates the cached data object for a specified item. this method is only called once for one ItemCacheKey instance.
        Overrides:
        computeValue in class ItemPropertyCacheKey