|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.claudio.ncsalweb.Cache
public final class Cache
Maintain the local cache and serve the local files. It caches files which where requested locally or for which it observed requests.
| Constructor Summary | |
|---|---|
Cache(ch.claudio.ncsalweb.Router router)
The cache needs to know where the files to share are. |
|
| Method Summary | |
|---|---|
void |
getFile(java.net.URL url)
|
void |
searchFile(java.lang.String[] searchTerms)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cache(ch.claudio.ncsalweb.Router router)
router - | Method Detail |
|---|
public void getFile(java.net.URL url)
url - public void searchFile(java.lang.String[] searchTerms)
searchTerms -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||