Class DefaultRenderingCacheKeyProvider

    • Constructor Detail

      • DefaultRenderingCacheKeyProvider

        public DefaultRenderingCacheKeyProvider()
    • Method Detail

      • getTenantId

        protected java.lang.String getTenantId()
        Returns current tenant id.
        Returns:
        the tenant id.
      • getInternalKey

        protected java.lang.String getInternalKey​(ItemModel item)
        Generates the key for an item.
        Parameters:
        item - the item to analyze.
        Returns:
        the key
      • setTypeService

        public void setTypeService​(TypeService typeService)