|
Purple Code | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache.Entry | |
| com.purpletech.util | |
| Uses of Cache.Entry in com.purpletech.util |
| Methods in com.purpletech.util that return Cache.Entry | |
Cache.Entry |
Cache.getEntry(java.lang.Object key)
Get all information about this cache entry, including the object itself, and the times it was accessed and entered. |
| Methods in com.purpletech.util with parameters of type Cache.Entry | |
boolean |
Cache.test(java.lang.Object key,
Cache.Entry current)
Callback that provides an extra check as to whether an object needs to be reloaded. |
protected boolean |
Cache.expire(java.lang.Object key,
Cache.Entry entry,
long now)
Subclasses should override this to provide their own expiration heuristic. |
|
Documentation generated March 5 2003 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||