Class CachingPathResolver

  • All Implemented Interfaces:
    PathResolver

    public class CachingPathResolver
    extends Object
    implements PathResolver
    Path resolver decorator that uses a generational cache to speed up parsing and formatting of JCR paths. Uncached paths are resolved using the underlying decorated path resolver.