Interface CacheableAuthorReferencesResolver

All Known Implementing Classes:
DITAConRefResolver, DITAMapRefResolver

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

    Modifier and Type
    Method
    Description
    default String
    getCacheKey(AuthorNode nodeWithReference)
    Get an unique cache key for a node which references content which will be expanded.
  • Method Details

    • getCacheKey

      default 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.