|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.cache.AbstractVFSCache
org.jboss.virtual.plugins.cache.IterableVFSCache
public abstract class IterableVFSCache
Iterable vfs cache. Knows how to iterate over cache keys, matching them to uri's path.
Field Summary |
---|
Fields inherited from class org.jboss.virtual.plugins.cache.AbstractVFSCache |
---|
log |
Constructor Summary | |
---|---|
IterableVFSCache()
|
Method Summary | |
---|---|
VFSContext |
findContext(java.net.URI uri)
Find the context based on uri. |
protected abstract java.lang.Iterable<java.lang.String> |
getKeys()
Get cache keys. |
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 |
Methods inherited from interface org.jboss.virtual.spi.cache.VFSCache |
---|
flush, start, stop |
Methods inherited from interface org.jboss.virtual.spi.cache.CacheStatistics |
---|
getCachedContexts, size |
Constructor Detail |
---|
public IterableVFSCache()
Method Detail |
---|
protected abstract java.lang.Iterable<java.lang.String> getKeys()
public VFSContext findContext(java.net.URI uri)
VFSCache
uri
- the uri
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |