|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.spi.cache.helpers.NoopVFSCache
public class NoopVFSCache
Noop cache. Doesn't do any caching.
Constructor Summary | |
---|---|
NoopVFSCache()
|
Method Summary | |
---|---|
VFSContext |
findContext(URI uri)
Find the context based on uri. |
VFSContext |
findContext(URL url)
Find the context based on url. |
void |
flush()
Flush the cache. |
void |
putContext(VFSContext context)
Put vfs context to cache. |
void |
removeContext(VFSContext context)
Remove vfs context from cache. |
void |
start()
Start the cache. |
void |
stop()
Stop the cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoopVFSCache()
Method Detail |
---|
public VFSContext findContext(URI uri)
VFSCache
findContext
in interface VFSCache
uri
- the uri
public VFSContext findContext(URL url)
VFSCache
findContext
in interface VFSCache
url
- the url
public void putContext(VFSContext context)
VFSCache
putContext
in interface VFSCache
context
- the vfs contextpublic void removeContext(VFSContext context)
VFSCache
removeContext
in interface VFSCache
context
- the vfs contextpublic void start() throws Exception
VFSCache
start
in interface VFSCache
Exception
- for any errorpublic void stop()
VFSCache
stop
in interface VFSCache
public void flush()
VFSCache
flush
in interface VFSCache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |