Package ro.sync.ecss.extensions.api
Interface CacheableAuthorReferencesResolver
-
- All Known Implementing Classes:
DITAConRefResolver
,DITAMapRefResolver
@API(type=EXTENDABLE, src=PUBLIC) public interface CacheableAuthorReferencesResolver
Marker for cachable references resolvers.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getCacheKey(AuthorNode nodeWithReference)
Get an unique cache key for a node which references content which will be expanded.
-
-
-
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.
-
-