T - type of cached objectpublic abstract static class Document.Cache<T>
extends java.lang.Object
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
fetch()
Fetch object from source
|
T |
get()
Get object from cache
|