Interface IMarkupCacheKeyProvider

    • Method Detail

      • getCacheKey

        java.lang.String getCacheKey​(MarkupContainer container,
                                     java.lang.Class<?> containerClass)
        Provide the markup cache key for the associated Markup resource stream.
        Parameters:
        container - The MarkupContainer object requesting the markup cache key
        containerClass - The container the markup should be associated with
        Returns:
        A IResourceStream if the resource was found
        See Also:
        IMarkupResourceStreamProvider