org.jboss.virtual.plugins.cache
Class PathMatchingVFSCache
java.lang.Object
org.jboss.virtual.plugins.cache.AbstractVFSCache
org.jboss.virtual.plugins.cache.PathMatchingVFSCache
- All Implemented Interfaces:
- CacheStatistics, VFSCache
- Direct Known Subclasses:
- CachePolicyVFSCache
public abstract class PathMatchingVFSCache
- extends AbstractVFSCache
Iterable vfs cache.
- Author:
- Ales Justin
Methods inherited from class org.jboss.virtual.plugins.cache.AbstractVFSCache |
check, findContext, getContext, lastInsert, putContext, putContext, readLock, readUnlock, removeContext, removeContext, writeLock, writeUnlock |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathMatchingVFSCache
public PathMatchingVFSCache()
findContext
public VFSContext findContext(URI uri)
- Match the uri's path with cached contexts path.
- Parameters:
uri
- the uri to match
- Returns:
- found context or null
Copyright © 2010 JBoss, A division of Red Hat, Inc. All Rights Reserved.