Interface IMarkupCacheKeyProvider

    • Method Detail

      • getCacheKey

        String getCacheKey​(MarkupContainer container,
                           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