Store an object in the object store. @param obj The Java object to be stored. @return A ObjectRef instance that represents the in-store object.
(T obj)
| 44 | * @return A ObjectRef instance that represents the in-store object. |
| 45 | */ |
| 46 | <T> ObjectRef<T> put(T obj); |
| 47 | |
| 48 | /** |
| 49 | * Get an object from the object store. |
no outgoing calls