private class ContextLocal.ReadCache extends ContextLocal.Fallback
ContextLocal.Fallback which is used as the backing storage for a read cache to optimize
ContextLocal.get().| Modifier | Constructor and Description |
|---|---|
private |
ReadCache() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
initialValue()
No
initialValue is needed since it will be done in the normal
server-side implementation. |
get, setprotected T initialValue()
initialValue is needed since it will be done in the normal
server-side implementation. This is a NOP.initialValue in class ContextLocal.Fallbacknull.