Interface PathResolvingCache


  • public interface PathResolvingCache
    This interface represents a cache to be used for value resolving.
    • Method Detail

      • resolvePathToText

        java.lang.String resolvePathToText​(Session session,
                                           java.lang.String path,
                                           java.lang.String propertyName)
                                    throws RepositoryException

        Resolves the specified path to a text, using the resolver cache.

        Parameters:
        session - The session to use for resolving the path
        path - The path to resolve
        propertyName - The property to use for resolving
        Returns:
        The resolved value
        Throws:
        RepositoryException - if resolving the path failed