|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.util.cache.CacheResult<V>
V - type of value.public final class CacheResult<V>
Represent the result of a query to a cache. Allow one to know if the queried key was not in cache, or the thread was interrupted or of course if the result was in cache.
| Nested Class Summary | |
|---|---|
static class |
CacheResult.State
|
| Method Summary | |
|---|---|
V |
getRes()
|
CacheResult.State |
getState()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public V getRes()
public CacheResult.State getState()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||