|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rakeshv.filters.CachingFilter.PurgeTime
public class CachingFilter.PurgeTime
A data structure that is used to represent the time of day at which the cache directory should be purged.
| Field Summary | |
|---|---|
private int |
hour
The hour of day at which the entire cache is to be purged. |
private int |
minute
The minute of hour at which the entire cache is to be purged. |
private int |
second
The second of minute at which the entire cache is to be purged. |
| Constructor Summary | |
|---|---|
CachingFilter.PurgeTime()
|
|
| Method Summary | |
|---|---|
private void |
init()
Initialise the data structure with configuration from the filter configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int hour
private int minute
hourprivate int second
minute| Constructor Detail |
|---|
public CachingFilter.PurgeTime()
| Method Detail |
|---|
private void init()
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||