|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.benow.web.cache.CacheEntry
public class CacheEntry
| Field Summary | |
|---|---|
java.util.List<java.io.File> |
cacheFiles
|
java.io.File |
dep
File which is required for depOfs to be valid. |
long |
depStamp
|
| Constructor Summary | |
|---|---|
protected |
CacheEntry()
|
|
CacheEntry(CacheDirectoryManager mgr,
java.io.File dep)
|
| Method Summary | |
|---|---|
boolean |
init()
|
boolean |
onEvent(java.lang.Object notifier,
org.benow.java.notify.event.Event event)
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.io.File dep
public long depStamp
public java.util.List<java.io.File> cacheFiles
| Constructor Detail |
|---|
protected CacheEntry()
public CacheEntry(CacheDirectoryManager mgr,
java.io.File dep)
| Method Detail |
|---|
public boolean init()
public void remove()
public boolean onEvent(java.lang.Object notifier,
org.benow.java.notify.event.Event event)
onEvent in interface org.benow.java.notify.Listener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||