public interface IMarkupCacheKeyProvider
If getCacheKey(MarkupContainer, Class) method returns null the markup is
not cached.
IMarkupResourceStreamProvider| Modifier and Type | Method and Description |
|---|---|
String |
getCacheKey(MarkupContainer container,
Class<?> containerClass)
Provide the markup cache key for the associated Markup resource stream.
|
String getCacheKey(MarkupContainer container, Class<?> containerClass)
container - The MarkupContainer object requesting the markup cache keycontainerClass - The container the markup should be associated withIMarkupResourceStreamProviderCopyright © 2006–2021 Apache Software Foundation. All rights reserved.