|
||||||||||
| 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 VFSCacheuri - the uri
public VFSContext findContext(URL url)
VFSCache
findContext in interface VFSCacheurl - the url
public void putContext(VFSContext context)
VFSCache
putContext in interface VFSCachecontext - the vfs contextpublic void removeContext(VFSContext context)
VFSCache
removeContext in interface VFSCachecontext - the vfs context
public void start()
throws Exception
VFSCache
start in interface VFSCacheException - for any errorpublic void stop()
VFSCache
stop in interface VFSCachepublic void flush()
VFSCache
flush in interface VFSCache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||