| Package | Description |
|---|---|
| student.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationPersistentMap<T>
This class represents a
PersistentMap whose contents are
shared only by separate executions of a single program. |
class |
SharedPersistentMap<T>
This class represents a
PersistentMap whose contents are
shared by all users/programs executing in the same context (i.e.,
on the same CloudSpace server, or in the same current working directory
on an end-user machine). |