ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.cache
Class RepositoryPathCache

java.lang.Object
  extended by org.modeshape.jcr.cache.RepositoryPathCache

@NotThreadSafe
public class RepositoryPathCache
extends Object

A set of PathCache instances keyed by workspace names.


Constructor Summary
RepositoryPathCache()
           
 
Method Summary
 PathCache getPathCache(String workspaceName, NodeCache nodeCacheForWorkspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryPathCache

public RepositoryPathCache()
Method Detail

getPathCache

public PathCache getPathCache(String workspaceName,
                              NodeCache nodeCacheForWorkspace)
                       throws WorkspaceNotFoundException
Throws:
WorkspaceNotFoundException

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.