Fetch the object from the object store, this method will block until the object is locally available.
()
| 12 | * available. |
| 13 | */ |
| 14 | T get(); |
| 15 | |
| 16 | /** |
| 17 | * Fetch the object from the object store, this method will block until the object is locally |
no outgoing calls