Interface CacheableAuthorReferencesResolver

  • All Known Implementing Classes:
    DITAConRefResolver, DITAMapRefResolver

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface CacheableAuthorReferencesResolver
    Marker for cachable references resolvers.
    • Method Detail

      • getCacheKey

        default java.lang.String getCacheKey​(AuthorNode nodeWithReference)
        Get an unique cache key for a node which references content which will be expanded.
        Parameters:
        nodeWithReference - The node.
        Returns:
        an unique cache key for a node which references expanded content. Can be null if the node should not be cached.